mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-29 02:22:09 +08:00
sensord is only a persistent process for C2
old-commit-hash: cd35e3c2fe6097e385a11f9cf60e1d2c7c5c43b2
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