mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-20 01:32:10 +08:00
sensord is only a persistent process for C2
old-commit-hash: cd35e3c2fe
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user