Update cron.md (#1701)

This commit is contained in:
Antwan G 2021-09-26 21:12:30 -04:00 committed by GitHub
parent 76ee217b88
commit ede185bf27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ Min Hour Day Mon Weekday
| `*/15 * * * *` | every 15 mins |
| `0 */2 * * *` | every 2 hours |
| `0 18 * * 0-6` | every week Mon-Sat at 6pm |
| `10 2 * * 6,7` | every Sat and Thu on 2:10am |
| `10 2 * * 6,7` | every Sat and Sun on 2:10am |
| `0 0 * * 0` | every Sunday midnight |
| --- | --- |
| `@reboot` | every reboot |