Tagged Questions
-2
votes
4answers
872 views
Cronjob for rebooting everyday
I have set this cronjob because I want my server to be rebooted everyday at 05:00
# file: /etc/cron.d/reboot
* 5 * * * root reboot &> /dev/null
I think it worked the first time as I was ...