I IFeelYourPain Guest Mar 2, 2008 #1 I have a server that is busy. Sometime it will overload and I have to manually restart it. Is it possible to schedule a restart every 2-3 days?
I have a server that is busy. Sometime it will overload and I have to manually restart it. Is it possible to schedule a restart every 2-3 days?
D dams Guest Mar 2, 2008 #2 Hello, you can add cron task directly in your Cpanel, with the command reboot 1. Go to Server >> Scheduled Tasks 2. Select the root user 3. Click "Add New Task" 4. Configure the Task with : Switched on : checked Minute : 0 Hour : 0 Day of the Month : */2 Month : * Day Of Week : * Commande : reboot This task will reboot your server every 2 days at 00:00
Hello, you can add cron task directly in your Cpanel, with the command reboot 1. Go to Server >> Scheduled Tasks 2. Select the root user 3. Click "Add New Task" 4. Configure the Task with : Switched on : checked Minute : 0 Hour : 0 Day of the Month : */2 Month : * Day Of Week : * Commande : reboot This task will reboot your server every 2 days at 00:00
J j_kev@ Guest Mar 3, 2008 #4 Switched on : checked Minute : 0 Hour : 2 Day of the Month : */2 Month : * Day Of Week : * Commande : reboot This task will reboot your server every 2 days at 02:00
Switched on : checked Minute : 0 Hour : 2 Day of the Month : */2 Month : * Day Of Week : * Commande : reboot This task will reboot your server every 2 days at 02:00
I IFeelYourPain Guest Mar 3, 2008 #5 Ok thanks, easy enough. Too bad it wasn't in the FAQ though or if it was I didn't see it.