From 5ea7965c0fca319378cec74c6a1cc7bb9985f65b Mon Sep 17 00:00:00 2001 From: "Mr.one" Date: Mon, 12 May 2025 19:28:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91process=5Fconfig.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- system/manager/process_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/manager/process_config.py b/system/manager/process_config.py index 38397a37..3044b836 100644 --- a/system/manager/process_config.py +++ b/system/manager/process_config.py @@ -104,7 +104,7 @@ procs = [ PythonProcess("updated", "system.updated.updated", only_offroad, enabled=not PC), PythonProcess("uploader", "system.loggerd.uploader", always_run), PythonProcess("statsd", "system.statsd", always_run), - PythonProcess("beep", "selfdrive.selfdrive.beep", always_run), + PythonProcess("beep", "selfdrive.selfdrived.beep", always_run), # debug procs NativeProcess("bridge", "cereal/messaging", ["./bridge"], notcar),