Question
Why Cron not working?
I am up CentOS 6.
Write to /etc/crontab 2 tasks:
#===========================
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/
# run-parts
*/5 * * * * sh /etc/sphinx/restart.sh
*/1 * * * * touch /etc/sphinx/test_restart.sh
#===========================
Execute >crond start
But appears that as if cron it does not start task. With the aid of the touch I check it did change the time of access to the file.
What I do make wrong?
Add a comment
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×