I have configured Cron in Red Hat Enterprise Linux 5.0. It is working fine, but
The problem is,
When i reboot my server, I have to manually restart crond service and I must edit cron file.
#service crond restart
#crontab -e
:wq
#
Then only it works.
I have already done.
# chkconfig crond on
Can anyone tell me, what should i do now?