Skip to content

Instantly share code, notes, and snippets.

@JohnPlummer
Created June 14, 2014 09:22
Show Gist options
  • Save JohnPlummer/2879f209880683607c60 to your computer and use it in GitHub Desktop.
Save JohnPlummer/2879f209880683607c60 to your computer and use it in GitHub Desktop.
Cron job to reboot the system at 3:35am
sudo crontab -e
30 3 * * * /sbin/shutdown -r +5 "About to reboot!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment