Completed mddclient

This commit is contained in:
Daniele Verducci (Slimpenguin)
2022-06-01 07:45:19 +02:00
parent c05a6717e4
commit 8317a99826
6 changed files with 205 additions and 43 deletions

View File

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