centos7设置定时重启
yum install corntabs
systemctl enable crond
systemctl start crond
systemctl status crond
vim /etc/crontab
01 00 * * * root reboot
微信扫一扫
yum install corntabs
systemctl enable crond
systemctl start crond
systemctl status crond
vim /etc/crontab
01 00 * * * root reboot
相关推荐