Skip to content

* */2 * * * service httpd restart #每隔两小时重启 apache 这条是有问题的 #51

Description

@yueludanfeng

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions