Explorar o código

add gps start script

Abram Connelly %!s(int64=6) %!d(string=hai) anos
pai
achega
2fc0df70b9
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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