From dfa1a7d0c3b8d3132453511bf48e9c9eec47f40f Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Fri, 19 Jun 2020 02:58:58 +0200 Subject: send emails to users when ip doesn't match --- 0tdns_crontab | 1 + 1 file changed, 1 insertion(+) (limited to '0tdns_crontab') 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 # do not remove this '<>' tag @reboot /usr/bin/rm /var/lib/0tdns/lockfile # do not remove this '<>' tag 15,30,45 * * * * /usr/sbin/check_if_done.py --send-mail # do not remove this '<>' tag +0 * * * * /usr/bin/send_emails.py # do not remove this '<>' tag \ No newline at end of file -- cgit v1.2.3