7 lines
235 B
Plaintext
7 lines
235 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"
|
||
|
* * * * * root /usr/local/bin/mddclient.py /usr/local/etc/mddclient.cfg -q
|