Set up crond to run after reboot
After restarting the server I realized that crond was not running:
[QUOTE]
root@server [~]# /etc/init.d/crond status
crond is stopped
root@server [~]# /etc/init.d/crond start
Starting crond: [ OK ]
How do I set it up so crond will run after a reboot?
How do I set it up so crond will run after a reboot?
-
chkconfig cond on 0 -
Is this correct. Should the last one be on? crond 0:off 1:o=n 2:o=n 3:o=n 4:o=n 5:o=n 6:o=n
I added an '=' between the on and off to prevent the showing of emoticons.0 -
Hello :) Here is the default configuration: crond 0:off 1:off 2:on 3:on 4:on 5:on 6:off
This will ensure "crond" starts after a reboot. Thank you.0
Please sign in to leave a comment.
Comments
3 comments