//add this script at the end of crontab job. //use "sudo crontab -e" can edit crontab
@reboot sleep 180 && /sbin/reboot
// which means execute reboot command after boot up 180 seconds.
//add this script at the end of crontab job. //use "sudo crontab -e" can edit crontab
@reboot sleep 180 && /sbin/reboot
// which means execute reboot command after boot up 180 seconds.