selfhost-utils/mddclient/mddclient.cron.example
Daniele Verducci (Slimpenguin) 8317a99826 Completed mddclient
2022-06-01 07:45:19 +02:00

7 lines
267 B
Plaintext

# Cron to execute mddclient
# As a security measure, the address in MAILTO will be notified
# if the mddclient.py script crashes.
MAILTO="your-email-address"
*/5 * * * * root /usr/local/bin/mddclient.py /usr/local/etc/mddclient.cfg -q >> /var/log/mddclient.log 2>&1