mirror of
https://git.straybits.ca/straybits/docker-samples.git
synced 2024-11-07 18:22:26 +00:00
7 lines
212 B
Text
7 lines
212 B
Text
|
# Adding `MAILTO=""` prevents cron emailing notifications of the task outcome each run
|
||
|
MAILTO=""
|
||
|
#
|
||
|
# m h dom mon dow user command
|
||
|
* * * * * root /usr/local/bin/s3-ingest >> /var/log/mail/s3-ingest.log 2>&1
|
||
|
# EOF
|