So I am trying to run a script on start up every minute. I have added the bash script to my /etc/init.d/ directory and updated my rc.d file with the update command and used the defualts. So in order to run the script every minute I am attempting to use crontab. I opened crontab with sudo crontab -e and entered * * * * * sh /path/to/script.sh and it does not work. Google shows a lot of people have this same issue but I cannot seem to find a solution. Mostly suggestions. What am I doing wrong? Is there an easier approach?



LinkBack URL
About LinkBacks



