Wednesday, July 23, 2008

cron not working as expected

if you make a crontab entry, you should restart cron to effect the changes

in my SuSe 11 64 bit my script is like below

# clear all crons
crontab -r

# add crom
crontab my.cron

# restart cron
service cron restart

No comments: