We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd42be7 commit c70fc7dCopy full SHA for c70fc7d
selfdrive/manager/process_config.py
@@ -19,7 +19,7 @@
19
NativeProcess("sensord", "selfdrive/sensord", ["./sensord"], enabled=not PC, persistent=EON, sigkill=EON),
20
NativeProcess("ubloxd", "selfdrive/locationd", ["./ubloxd"], enabled=(not PC or WEBCAM)),
21
NativeProcess("ui", "selfdrive/ui", ["./ui"], persistent=True, watchdog_max_dt=(5 if TICI else None)),
22
- NativeProcess("soundd", "selfdrive/ui/soundd", ["./soundd"]),
+ NativeProcess("soundd", "selfdrive/ui/soundd", ["./soundd"], persistent=True),
23
NativeProcess("locationd", "selfdrive/locationd", ["./locationd"]),
24
NativeProcess("boardd", "selfdrive/boardd", ["./boardd"], enabled=False),
25
PythonProcess("calibrationd", "selfdrive.locationd.calibrationd"),
0 commit comments