Revert "add locationd to manager"

This reverts commit 1da2a77948fe9bd5156cd7aeda945f4d60ea3cf9.

old-commit-hash: 86674c9497
vw-mqb-aeb
Willem Melching 5 years ago
parent bbdb877906
commit 3e6a21d695
  1. 2
      selfdrive/manager.py

@ -142,7 +142,6 @@ managed_processes = {
"ubloxd": ("selfdrive/locationd", ["./ubloxd"]),
"loggerd": ("selfdrive/loggerd", ["./loggerd"]),
"logmessaged": "selfdrive.logmessaged",
"locationd": "selfdrive.locationd.locationd",
"tombstoned": "selfdrive.tombstoned",
"logcatd": ("selfdrive/logcatd", ["./logcatd"]),
"proclogd": ("selfdrive/proclogd", ["./proclogd"]),
@ -205,7 +204,6 @@ car_started_processes = [
'modeld',
'proclogd',
'ubloxd',
'locationd',
]
if ANDROID:
car_started_processes += [

Loading…
Cancel
Save