<div>Dear All</div>
<div>Please be informed that I have an CentOS 5 server and I need it to be automatically rebooted at pre-specified times . To this end , I tried to set it as its crontab job as the followings :</div>
<div>#crontab -e</div>
<div>30 15 * * * reboot</div>
<div>It got through but after the server first reboot the crontab job disappeared . So I tried to set it in another way , as the followings :</div>
<div>set the cron list in /tmp/temp</div>
<div>add the following lines to /etc/rc.local :</div>
<div>crontab /tmp/temp</div>
<div>But still the crontab job will disappear after the server first reboot . Can you please do me favor and let me know how can I make the crontab job permanent on my CentOS server even after server reboot ?</div>
<div>Let me thank you in advance</div>
<div> </div>