sensord is only a persistent process for C2

old-commit-hash: cd35e3c2fe6097e385a11f9cf60e1d2c7c5c43b2
This commit is contained in:
Comma Device
2020-12-30 09:28:14 +00:00
parent e580b248b6
commit a8a05ce4fb
+8 -1
View File
@@ -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