2015-04-27 11:44:47 +00:00
|
|
|
[Unit]
|
|
|
|
Description=update of the root trust anchor for DNSSEC validation in unbound
|
|
|
|
Documentation=man:unbound-anchor(8)
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
User=unbound
|
2022-06-27 10:00:02 +00:00
|
|
|
EnvironmentFile=-/etc/sysconfig/unbound
|
|
|
|
ExecStart=/bin/bash -c 'if [ "$DISABLE_UNBOUND_ANCHOR" = "yes" ]; then echo "Updates of root keys with unbound-anchor is disabled"; else /usr/sbin/unbound-anchor $UNBOUND_ANCHOR_OPTIONS; fi'
|
2015-04-27 11:44:47 +00:00
|
|
|
SuccessExitStatus=1
|