This commit is contained in:
Your Name
2024-02-15 23:36:30 -06:00
parent a5adf74b23
commit 8c60f0956b
7 changed files with 117 additions and 8 deletions

11
shell/watcher_run_loop.sh Normal file
View File

@@ -0,0 +1,11 @@
cd /data/openpilot/shell
while true
do
nodejs watcher.js
echo crashed, waiting 30 seconds
sleep 30
done