Crontab problem on raspberry pi

  • Thread starter Thread starter fbuster
  • Start date Start date
F

fbuster

- I' dlike to execute a python script at reboot on my pi.

below are the steps i took but not happened:

-sudo crontab -e
-add atreboot python /home/Documents/pi/python/myscript.ps
-save file
-reboot
-check with ps aux or top but cant see anything happening


where can i check if the line is added to cron ?
what can i do to fix this?

* (at in atreboot is actually ampersand but i cant use it here)

Continue reading...
 
Back
Top