diff --git a/unbound.changes b/unbound.changes index a8475d8..7521d8c 100644 --- a/unbound.changes +++ b/unbound.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Dec 28 13:32:06 UTC 2013 - mrueckert@suse.de + +- fixed the execstartpre for unbound so we actually call + unbound-anchor now. + ------------------------------------------------------------------- Sat Dec 28 13:29:56 UTC 2013 - mrueckert@suse.de diff --git a/unbound.service b/unbound.service index bd689e1..54f6c99 100644 --- a/unbound.service +++ b/unbound.service @@ -10,7 +10,7 @@ Wants=nss-lookup.target Type=simple EnvironmentFile=-/etc/sysconfig/unbound #ExecStartPre=/sbin/runuser --shell /bin/sh -c "/usr/sbin/unbound-anchor -a /var/lib/unbound/root.key -c /etc/unbound/icannbundle.pem" unbound -ExecStartPre=/usr/bin/sudo -u unbound -s /bin/sh "/usr/sbin/unbound-anchor -a /var/lib/unbound/root.key -c /etc/unbound/icannbundle.pem" +ExecStartPre=/usr/bin/sudo -u unbound /usr/sbin/unbound-anchor -a /var/lib/unbound/root.key -c /etc/unbound/icannbundle.pem ExecStartPre=/usr/sbin/unbound-checkconf ExecStart=/usr/sbin/unbound -d $UNBOUND_OPTIONS