diff options
author | Wojciech Kosior <kwojtus@protonmail.com> | 2020-06-19 02:58:58 +0200 |
---|---|---|
committer | Wojciech Kosior <kwojtus@protonmail.com> | 2020-06-19 02:58:58 +0200 |
commit | dfa1a7d0c3b8d3132453511bf48e9c9eec47f40f (patch) | |
tree | 03ddca9721eef2fc1de56616e240ad5dda3f4b5e /0tdns_crontab | |
parent | d8194e0d2cc27c426d1619a26eab5738e3a83fde (diff) | |
download | 0tdns-dfa1a7d0c3b8d3132453511bf48e9c9eec47f40f.tar.gz 0tdns-dfa1a7d0c3b8d3132453511bf48e9c9eec47f40f.zip |
send emails to users when ip doesn't match
Diffstat (limited to '0tdns_crontab')
-rw-r--r-- | 0tdns_crontab | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/0tdns_crontab b/0tdns_crontab index 859c267..b0eed90 100644 --- a/0tdns_crontab +++ b/0tdns_crontab @@ -1,3 +1,4 @@ 0 * * * * /usr/sbin/hourly.py # <AUTO_GENERATED_0TDNS_ENTRY> do not remove this '<>' tag @reboot /usr/bin/rm /var/lib/0tdns/lockfile # <AUTO_GENERATED_0TDNS_ENTRY> do not remove this '<>' tag 15,30,45 * * * * /usr/sbin/check_if_done.py --send-mail # <AUTO_GENERATED_0TDNS_ENTRY> do not remove this '<>' tag +0 * * * * /usr/bin/send_emails.py # <AUTO_GENERATED_0TDNS_ENTRY> do not remove this '<>' tag
\ No newline at end of file |