We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18fc87e commit 827e631Copy full SHA for 827e631
markdown-file/Crontab.md
@@ -31,6 +31,7 @@
31
- 
32
- 常用例子介绍:
33
- `30 21 * * * service httpd restart` #每晚的 21:30 重启 apache
34
+ - `30 21 * * 6,0 service httpd restart` #每周六、周日的 21:30 重启 apache
35
- `45 4 1,10,22 * * service httpd restart` #每月的 1、10、22 日的 4:45 重启 apache
36
- `45 4 1-10 * * service httpd restart` #每月的 1 到 10 日的 4:45 重启 apache
37
- `*/2 * * * * service httpd restart` #每隔两分钟重启 apache
0 commit comments