Brainstorm's snippets (1/279)

  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