Skip to content

Commit c70fc7d

Browse files
committed
Revert "soundd: back to onroad only (#23236)"
This reverts commit 3bdb445.
1 parent cd42be7 commit c70fc7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selfdrive/manager/process_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
NativeProcess("sensord", "selfdrive/sensord", ["./sensord"], enabled=not PC, persistent=EON, sigkill=EON),
2020
NativeProcess("ubloxd", "selfdrive/locationd", ["./ubloxd"], enabled=(not PC or WEBCAM)),
2121
NativeProcess("ui", "selfdrive/ui", ["./ui"], persistent=True, watchdog_max_dt=(5 if TICI else None)),
22-
NativeProcess("soundd", "selfdrive/ui/soundd", ["./soundd"]),
22+
NativeProcess("soundd", "selfdrive/ui/soundd", ["./soundd"], persistent=True),
2323
NativeProcess("locationd", "selfdrive/locationd", ["./locationd"]),
2424
NativeProcess("boardd", "selfdrive/boardd", ["./boardd"], enabled=False),
2525
PythonProcess("calibrationd", "selfdrive.locationd.calibrationd"),

0 commit comments

Comments
 (0)