Fixed cron schedule table

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
This commit is contained in:
Whit Waldo 2024-09-13 05:51:52 -05:00
parent 81ff18b733
commit 9a3482cfb8
1 changed files with 4 additions and 0 deletions

View File

@ -43,9 +43,13 @@ Parameter | Description
Systemd timer style cron accepts 6 fields:
seconds | minutes | hours | day of month | month | day of week
--- | --- | --- | --- | --- | ---
0-59 | 0-59 | 0-23 | 1-31 | 1-12/jan-dec | 0-7/sun-sat
##### Example 1
"0 30 * * * *" - every hour on the half hour
##### Example 2
"0 15 3 * * *" - every day at 03:15
Period string expressions: