mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-01-16 18:21:53 +08:00
Add root periodic crontabs for logrotate
Signed-off-by: Eric Nemchik <eric@nemchik.com>
This commit is contained in:
parent
d85088b0fa
commit
a02caabb1d
@ -1 +1,6 @@
|
||||
# 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user