You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
408 B
10 lines
408 B
[Unit] |
|
Description=update of the root trust anchor for DNSSEC validation in unbound |
|
Documentation=man:unbound-anchor(8) |
|
|
|
[Service] |
|
Type=oneshot |
|
User=unbound |
|
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' |
|
SuccessExitStatus=1
|
|
|