Create a file (mine is called rboot.sh) and put in it "sudo reboot". Use chmod to make it executable. Then use crontab -e with: * */12 * * * /yourpath/rboot.sh Replace /yourpath/ with the path to the file you created. This works as the pi (default) user as well. My root account is deactivated for s...