run deleter when offroad

This commit is contained in:
Willem Melching
2020-06-02 17:39:58 -07:00
parent 66455b075d
commit 6e0bb25ab4
+1 -1
View File
@@ -224,6 +224,7 @@ if ANDROID:
'logcatd',
'tombstoned',
'updated',
'deleter',
]
car_started_processes = [
@@ -252,7 +253,6 @@ if ANDROID:
'clocksd',
'gpsd',
'dmonitoringmodeld',
'deleter',
]
def register_managed_process(name, desc, car_started=False):