sensord is only a persistent process for C2

old-commit-hash: cd35e3c2fe
commatwo_master
Comma Device 4 years ago
parent e580b248b6
commit a8a05ce4fb
  1. 9
      selfdrive/manager.py

@ -213,6 +213,10 @@ if not PC:
'updated',
'logcatd',
'tombstoned',
]
if EON:
persistent_processes += [
'sensord',
]
@ -248,7 +252,10 @@ if EON:
'gpsd',
'rtshield',
]
else:
car_started_processes += [
'sensord',
]
def register_managed_process(name, desc, car_started=False):
global managed_processes, car_started_processes, persistent_processes

Loading…
Cancel
Save