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