Only run rtshield when onroad

pull/2199/head
Willem Melching 5 years ago
parent 73a2067be3
commit 39fc171f91
  1. 2
      selfdrive/manager.py

@ -228,7 +228,6 @@ if not PC:
if ANDROID: if ANDROID:
persistent_processes += [ persistent_processes += [
'updated', 'updated',
'rtshield',
] ]
car_started_processes = [ car_started_processes = [
@ -268,6 +267,7 @@ if not PC:
if ANDROID: if ANDROID:
car_started_processes += [ car_started_processes += [
'gpsd', 'gpsd',
'rtshield',
] ]

Loading…
Cancel
Save