]> git.pld-linux.org Git - packages/unbound.git/blobdiff - unbound.service
Run unbound-checkconf after unbound-anchor
[packages/unbound.git] / unbound.service
index b6316100064110d479aa32890f8ba6e6a49a3c2e..87bc9d8d44cc6357809c490d0c1c3583ec196799 100644 (file)
@@ -6,8 +6,8 @@ After=network.target
 
 [Service]
 Type=forking
-ExecStartPre=/usr/sbin/unbound-checkconf /etc/unbound/unbound.conf
 ExecStartPre=-/usr/sbin/unbound-anchor -v -a /var/lib/unbound/root.key
+ExecStartPre=/usr/sbin/unbound-checkconf /etc/unbound/unbound.conf
 ExecStart=/usr/sbin/unbound -c /etc/unbound/unbound.conf
 ExecReload=/usr/sbin/unbound-checkconf /etc/unbound/unbound.conf
 ExecReload=/bin/kill -HUP $MAINPID
This page took 0.084189 seconds and 4 git commands to generate.