Privacy Policy
Snippets index

  Schedule Linux server authomatic reboot once per week

$ cat /etc/cron.d/reboot

# Once per week, on saturday morning
0 6 * * SAT     root    /sbin/shutdown --reboot +5