ソースを参照

add gps start script

Abram Connelly 6 年 前
コミット
2fc0df70b9
1 ファイル変更3 行追加0 行削除
  1. 3 0
      busunit/scripts/rc.local

+ 3 - 0
busunit/scripts/rc.local

@@ -30,4 +30,7 @@ sleep 2
 /home/bus/bin/update_loop.sh 2>&1 >> /tmp/run.log &
 sleep 2
 
+/home/bus/bin/reset_gps.py 2>&1 >> /tmp/gps.log &
+sleep 2
+
 exit 0