[opendnssec/f17] added cron job

Paul Wouters pwouters at fedoraproject.org
Thu Sep 27 02:41:26 UTC 2012


commit 9ae6b1bdcbfe3023671265fe17ce330dc285ba17
Author: Paul Wouters <pwouters at redhat.com>
Date:   Wed Sep 26 22:41:06 2012 -0400

    added cron job

 opendnssec.cron |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/opendnssec.cron b/opendnssec.cron
new file mode 100644
index 0000000..776de9b
--- /dev/null
+++ b/opendnssec.cron
@@ -0,0 +1,4 @@
+# Ensure multiple ods-enforcerd's on different system roll at the same time
+# independant of when the daemon was started. Since TLDs often update their
+# zone "on the hour" we do the key rollover checks just before the hour.
+50,20 * * * * root test -f /var/lock/subsys/ods-enforcerd && kill -s SIGHUP `cat /var/run/opendnssec/enforcerd.pid` > /dev/null 2> /dev/null


More information about the scm-commits mailing list