diff options
author | Wojciech Kosior <kwojtus@protonmail.com> | 2020-06-17 21:35:33 +0200 |
---|---|---|
committer | Wojciech Kosior <kwojtus@protonmail.com> | 2020-06-17 21:35:33 +0200 |
commit | 8e7746ac1972cf1d6bb73c510450a6d9bcc60ef8 (patch) | |
tree | d9e284d29575dd4d64a807e930ca37bdf0772b38 /0tdns_crontab | |
parent | cf7cfbd02192c05dc280296ed919d11d0e914182 (diff) | |
download | 0tdns-8e7746ac1972cf1d6bb73c510450a6d9bcc60ef8.tar.gz 0tdns-8e7746ac1972cf1d6bb73c510450a6d9bcc60ef8.zip |
remove lockfile on reboot
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 a6b9274..3af6507 100644 --- a/0tdns_crontab +++ b/0tdns_crontab @@ -1 +1,2 @@ 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 |