re-enable updated

This commit is contained in:
dragonpilot
2019-10-13 10:36:21 +10:00
parent 07c8465c2b
commit e450d8a4fb

View File

@@ -91,7 +91,7 @@ managed_processes = {
"visiond": ("selfdrive/visiond", ["./visiond"]),
"sensord": ("selfdrive/sensord", ["./start_sensord.py"]),
"gpsd": ("selfdrive/sensord", ["./start_gpsd.py"]),
#"updated": "selfdrive.updated",
"updated": "selfdrive.updated",
"dashcamd": "selfdrive.dragonpilot.dashcamd.dashcamd",
"shutdownd": "selfdrive.dragonpilot.shutdownd.shutdownd",
"appd": "selfdrive.dragonpilot.appd.appd",
@@ -121,7 +121,7 @@ persistent_processes = [
'tombstoned',
'uploader',
'ui',
#'updated',
'updated',
'shutdownd',
'appd',
]