auto reboot vps help

LostInMyOffice

New Member
im after finding out is there a free way to auto reboot a vps as 2-3 days i after reboot as my site stops working but kloxo panel works You can cron tab a reboot.

For example :

nano crontab -e

and add something like this :* * * * 2 shutdown -r now >/dev/null.



So when the day is Tuesday, the server will reboot. But I dont understand why you would want to reboot the server every 2-3 days I mean linux runs better when up all the time.
mellow.gif
well my website goes off after 2nd or on the 3rd day then i after reboot

but kloxo control still works even when website doesnt load so i not sure what the problem is anyone any ideas
 
Top