yum install crontab
crontab -l
如果提示:no crontab for root,说明没有定时任务
# 每天凌晨2点30进行重启 30 02 * * * /sbin/reboot
crontab 格式说明:
重启 crontab
systemctl restart crond