6 lines
212 B
Text
6 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
|