athena: move to system/ (#32488)

* athena: move to system/

* slash
This commit is contained in:
Adeeb Shihadeh
2024-05-20 14:59:43 -07:00
committed by GitHub
parent f3f22a5698
commit 3279dbeff7
14 changed files with 21 additions and 21 deletions

View File

@@ -42,7 +42,7 @@ def only_offroad(started, params, CP: car.CarParams) -> bool:
return not started
procs = [
DaemonProcess("manage_athenad", "selfdrive.athena.manage_athenad", "AthenadPid"),
DaemonProcess("manage_athenad", "system.athena.manage_athenad", "AthenadPid"),
NativeProcess("camerad", "system/camerad", ["./camerad"], driverview),
NativeProcess("logcatd", "system/logcatd", ["./logcatd"], only_onroad),