* */2 * * * service httpd restart #每隔两小时重启 apache 这条是有问题的
yueludanfeng opened this issue · 0 comments
yueludanfeng commented
有一条是有问题的:* */2 * * * service httpd restart #每隔两小时重启 apache
这条的效果是每分钟都会执行
正确的应该是 0 */2 * * * service httpd restart #每隔两小时重启 apache