]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blobdiff - unbound/systemd/unbound-anchor.service
unbound: New package
[people/amarx/ipfire-3.x.git] / unbound / systemd / unbound-anchor.service
diff --git a/unbound/systemd/unbound-anchor.service b/unbound/systemd/unbound-anchor.service
new file mode 100644 (file)
index 0000000..26656b3
--- /dev/null
@@ -0,0 +1,9 @@
+[Unit]
+Description=update of the root trust anchor for DNSSEC validation in unbound
+Documentation=man:unbound-anchor(8)
+
+[Service]
+Type=oneshot
+User=unbound
+ExecStart=/usr/sbin/unbound-anchor -a /var/lib/unbound/root.key -c /etc/unbound/icannbundle.pem
+SuccessExitStatus=1