* dont try to signal ods-enforcerd when not running
This commit is contained in:
parent
388d61af05
commit
fb2e231b42
@ -1,4 +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 kill -s SIGHUP `cat /var/run/opendnssec/enforcerd.pid` > /dev/null 2> /dev/null
|
||||
50,20 * * * * root test -f /var/lock/subsys/ods-enforcerd && kill -s SIGHUP `cat /var/run/opendnssec/enforcerd.pid` > /dev/null 2> /dev/null
|
||||
|
||||
Loading…
Reference in New Issue
Block a user