This unit is provided by:
Options
-
[Service]
-
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'
-
ExecStart=/usr/sbin/unbound-anchor -a /var/lib/unbound/root.key -c /etc/unbound/icannbundle.pem
-
SuccessExitStatus=1
-
Type=oneshot
-
User=unbound
-
-
[Unit]
-
Description=update of the root trust anchor for DNSSEC validation in unbound
-
Documentation=man:unbound-anchor(8)
-
Additionnal notes
Nothing here.