[unbound/f18] * add rootkey service

Paul Wouters pwouters at fedoraproject.org
Fri Dec 21 03:30:42 UTC 2012


commit ee7f3732857785549419533eb5baa2d5ab733389
Author: Paul Wouters <pwouters at redhat.com>
Date:   Thu Dec 20 22:29:33 2012 -0500

    * add rootkey service

 unbound-rootkey.service |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/unbound-rootkey.service b/unbound-rootkey.service
new file mode 100644
index 0000000..557a9e8
--- /dev/null
+++ b/unbound-rootkey.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=Unbound Root Key update service
+After=syslog.target 
+Before=unbound.service
+ConditionPathExists=/etc/unbound/icannbundle.pem
+
+[Service]
+Type=oneshot
+Group=unbound
+ExecStart=/usr/sbin/unbound-anchor -a /etc/unbound/root.key -c /etc/unbound/icannbundle.pem
+RemainAfterExit=yes
+
+[Install]
+WantedBy=multi-user.target


More information about the scm-commits mailing list