centos7设置定时重启
yum install corntabs
systemctl enable crond
systemctl start crond
systemctl status crond
vim /etc/crontab
01 00 * * * root reboot
centos7设置定时重启
阅读 46
2022-07-13
yum install corntabs
systemctl enable crond
systemctl start crond
systemctl status crond
vim /etc/crontab
01 00 * * * root reboot
相关推荐
精彩评论(0)