Only run rtshield when onroad

old-commit-hash: 39fc171f91238c969d815541a371013267ffe92a
This commit is contained in:
Willem Melching
2020-09-18 13:48:58 +02:00
parent c26ae3dcb5
commit 5ebb082216
+1 -1
View File
@@ -228,7 +228,6 @@ if not PC:
if ANDROID:
persistent_processes += [
'updated',
'rtshield',
]
car_started_processes = [
@@ -268,6 +267,7 @@ if not PC:
if ANDROID:
car_started_processes += [
'gpsd',
'rtshield',
]