*/1 * * * * /usr/bin/python /home/pi/projects/tfm/controller/camera_send.py moved to activity.sh

This commit is contained in:
2016-10-08 21:43:20 +02:00
committed by GitHub
parent 1c22267069
commit 36f8026713

View File

@@ -11,7 +11,7 @@ crontab -e -u root
#enter these lines
*/5 * * * * cd /home/pi/projects/tfm/controller && sh activity.sh
*/30 * * * * /usr/bin/python /home/pi/projects/tfm/controller/network_check.py
*/1 * * * * /usr/bin/python /home/pi/projects/tfm/controller/camera_capture.py
*/1 * * * * /usr/bin/python /home/pi/projects/tfm/controller/camera_capture.py
```
4. add following lines at the end of /etc/rc.local