Skip to content

Commit

Permalink
manage_athenad.py: add daemon argument to launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed Dec 15, 2021
1 parent 7c4855a commit d09cc19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/athena/manage_athenad.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def main():
try:
while 1:
cloudlog.info("starting athena daemon")
proc = Process(name='athenad', target=launcher, args=('selfdrive.athena.athenad',))
proc = Process(name='athenad', target=launcher, args=('selfdrive.athena.athenad', 'athenad'))
proc.start()
proc.join()
cloudlog.event("athenad exited", exitcode=proc.exitcode)
Expand Down

0 comments on commit d09cc19

Please sign in to comment.