hello m8
on reqeust from a member. how to restart your server every night automatic
-1-
open crontab
add this in crontab
-2- now restart crontab
now your server reboots ever night on 4:00
Kalf
on reqeust from a member. how to restart your server every night automatic
-1-
open crontab
Code:
nano /etc/crontab
Code:
00 4 * * * root /sbin/shutdown -r now
Code:
/etc/init.d/cron restart
Kalf