set MANAGER_DAEMON for boardd

This commit is contained in:
Adeeb Shihadeh
2022-03-23 11:52:41 -07:00
parent 53909c1757
commit fc2f84759d
+1
View File
@@ -127,6 +127,7 @@ def main() -> NoReturn:
first_run = False
# run boardd with all connected serials as arguments
os.environ['MANAGER_DAEMON'] = 'boardd'
os.chdir(os.path.join(BASEDIR, "selfdrive/boardd"))
subprocess.run(["./boardd", *panda_serials], check=True)