Ubuntu 14.04 - crontab @reboot hang my PC
The simplest method to do a programmed reboot (although I can't think of a use case), is to create a simple script file like so:
(shebang)/bin/bash
sudo init 6
And schedule it as a normal cron job using
crontab -e
(back to the old school way)