mirror of
https://github.com/linuxserver/docker-snipe-it.git
synced 2026-02-20 02:30:44 +08:00
7 lines
402 B
Plaintext
7 lines
402 B
Plaintext
# min hour day month weekday command
|
|
*/15 * * * * run-parts /etc/periodic/15min
|
|
0 * * * * run-parts /etc/periodic/hourly
|
|
0 2 * * * run-parts /etc/periodic/daily
|
|
0 3 * * 6 run-parts /etc/periodic/weekly
|
|
0 5 1 * * run-parts /etc/periodic/monthly
|