Skip to content

Commit f25d28f

Browse files
authored
Update crontab.md
1 parent cb88f2a commit f25d28f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/linux/ops/crontab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ MAILTO=root
170170
#### 实例 11:每一小时重启 smb
171171

172172
```shell
173-
* */1 * * * /etc/init.d/smb restart
173+
0 * * * * /etc/init.d/smb restart
174174
```
175175

176176
#### 实例 12:晚上 11 点到早上 7 点之间,每隔一小时重启 smb

0 commit comments

Comments
 (0)