paul_1991 Asked: 2011-06-01 11:19:35 +0800 CST2011-06-01 11:19:35 +0800 CST 2011-06-01 11:19:35 +0800 CST Scheduling server reboot 772 How can I schedule an automatic reboot of my server with CentOS via terminal or via plesk every 12 hours? centos scheduled-task schedule 1 Answers Voted Best Answer EEAA 2011-06-01T11:21:23+08:002011-06-01T11:21:23+08:00 Add the following to root's crontab: 0 0,12 * * * /sbin/init 6 But honestly, why on God's green earth would you want to reboot every 12 hours?
Add the following to root's crontab:
But honestly, why on God's green earth would you want to reboot every 12 hours?