opendnssec/opendnssec.cron
Petr Šabata b4e36e5b41 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/opendnssec#dfb31f8f57b1c5909ab37eda5effb63c58272c64
2020-10-15 22:19:27 +02:00

5 lines
366 B
Plaintext

# 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