From 643bdac12a151ca76e3848c51e2406a94ab23d0b Mon Sep 17 00:00:00 2001 From: "Mr.one" Date: Tue, 13 Jan 2026 08:32:28 +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 3044b836..f63bfa2e 100644 --- a/system/manager/process_config.py +++ b/system/manager/process_config.py @@ -101,7 +101,7 @@ procs = [ PythonProcess("radard", "selfdrive.controls.radard", only_onroad), PythonProcess("hardwared", "system.hardware.hardwared", always_run), PythonProcess("tombstoned", "system.tombstoned", always_run, enabled=not PC), - PythonProcess("updated", "system.updated.updated", only_offroad, enabled=not PC), + #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.selfdrived.beep", always_run),