为什么自动重启不起作用?

为什么自动重启不起作用?

为什么系统没有重新启动?我在 root 用户名下的 crontab 中有以下内容。

uptime: 08:43:06 up 10 days, 13:28,  2 users,  load average: 0,17, 0,08, 0,06

但它应该每天重启,但这并没有发生:

5 7 * * * reboot
50 13 * * * reboot
5 19 * * * reboot
5 21 * * * reboot

5 0 * * * reboot
5 1 * * * reboot
5 2 * * * reboot
5 3 * * * reboot
5 4 * * * reboot
5 5 * * * reboot
5 6 * * * reboot

答案1

使用完整路径,例如:

/sbin/reboot

相关内容