diff options
author | Wojciech Kosior <kwojtus@protonmail.com> | 2020-06-18 10:38:09 +0200 |
---|---|---|
committer | Wojciech Kosior <kwojtus@protonmail.com> | 2020-06-18 10:38:09 +0200 |
commit | 9d361e9622f87ce6425999db442b49ca5d2b65a2 (patch) | |
tree | f5e5b7d4729b29caa314037c9caa816a1c9901fe /0tdns_crontab | |
parent | df8b80af891b3680762d45d77837a8b9c62e8a72 (diff) | |
download | 0tdns-9d361e9622f87ce6425999db442b49ca5d2b65a2.tar.gz 0tdns-9d361e9622f87ce6425999db442b49ca5d2b65a2.zip |
check if 0tdns is still running every 15, 30 and 45 minutes past na hour
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 3af6507..859c267 100644 --- a/0tdns_crontab +++ b/0tdns_crontab @@ -1,2 +1,3 @@ 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 |