mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2025-12-19 10:06:19 +00:00
Improve logging of cron jobs
This commit is contained in:
parent
6e2ce17cd6
commit
9409bfa6bf
4 changed files with 27 additions and 40 deletions
7
build/ubuntu/cron
Normal file
7
build/ubuntu/cron
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# do daily/weekly/monthly maintenance
|
||||
# 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…
Add table
Add a link
Reference in a new issue