From 9d361e9622f87ce6425999db442b49ca5d2b65a2 Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Thu, 18 Jun 2020 10:38:09 +0200 Subject: check if 0tdns is still running every 15, 30 and 45 minutes past na hour --- 0tdns_crontab | 1 + 1 file changed, 1 insertion(+) (limited to '0tdns_crontab') diff --git a/0tdns_crontab b/0tdns_crontab index 3af6507..859c267 100644 --- a/0tdns_crontab +++ b/0tdns_crontab @@ -1,2 +1,3 @@ 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 -- cgit v1.2.3