mirror of
https://git.straybits.ca/straybits/docker-samples.git
synced 2024-11-07 18:22:26 +00:00
9 lines
219 B
Text
9 lines
219 B
Text
|
# Adding `MAILTO=""` prevents cron emailing notifications of the task outcome each run
|
||
|
MAILTO=""
|
||
|
#
|
||
|
# m h dom mon dow user command
|
||
|
#
|
||
|
# Everyday 4:00AM, optimize index files
|
||
|
0 4 * * * root doveadm fts optimize -A
|
||
|
# EOF
|