소스 검색

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