selfhost-utils/mddclient/mddclient.cron.example

7 lines
267 B
Plaintext
Raw Permalink Normal View History

2022-05-28 13:32:50 +02:00
# Cron to execute mddclient
2022-06-01 07:45:19 +02:00
# As a security measure, the address in MAILTO will be notified
2022-05-28 13:32:50 +02:00
# if the mddclient.py script crashes.
MAILTO="your-email-address"
2022-06-01 07:45:19 +02:00
*/5 * * * * root /usr/local/bin/mddclient.py /usr/local/etc/mddclient.cfg -q >> /var/log/mddclient.log 2>&1