Skip to content

Instantly share code, notes, and snippets.

@jritsema
Created March 16, 2015 16:19
Show Gist options
  • Save jritsema/d358f31bcc83f5bb479a to your computer and use it in GitHub Desktop.
Save jritsema/d358f31bcc83f5bb479a to your computer and use it in GitHub Desktop.
reboot raspberry pi every night at 1 am
sudo su -
crontab -e
0 1 * * * sudo shutdown -r now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment