manager: garbage collect old process (#34149)

pull/34150/head
Lee Jong Mun 5 months ago committed by GitHub
parent 1ec2c56b4e
commit 3d54c383ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      system/manager/process_config.py

@ -89,7 +89,6 @@ procs = [
PythonProcess("deleter", "system.loggerd.deleter", always_run),
PythonProcess("dmonitoringd", "selfdrive.monitoring.dmonitoringd", driverview, enabled=(not PC or WEBCAM)),
PythonProcess("qcomgpsd", "system.qcomgpsd.qcomgpsd", qcomgps, enabled=TICI),
#PythonProcess("ugpsd", "system.ugpsd", only_onroad, enabled=TICI),
PythonProcess("pandad", "selfdrive.pandad.pandad", always_run),
PythonProcess("paramsd", "selfdrive.locationd.paramsd", only_onroad),
NativeProcess("ubloxd", "system/ubloxd", ["./ubloxd"], ublox, enabled=TICI),

Loading…
Cancel
Save