Skip to content

Instantly share code, notes, and snippets.

@jhURJQVxkx
Created February 28, 2016 01:31
Show Gist options
  • Save jhURJQVxkx/4f6d472aa468b8bd39f9 to your computer and use it in GitHub Desktop.
Save jhURJQVxkx/4f6d472aa468b8bd39f9 to your computer and use it in GitHub Desktop.
Raspberry Piを定期的に再起動 ref: http://qiita.com/kaishero/items/3315206c9a13ec546f70
$ sudo crontab -e
00 6 * * * /sbin/reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment