]> git.pld-linux.org Git - packages/unbound.git/blob - unbound.service
b6316100064110d479aa32890f8ba6e6a49a3c2e
[packages/unbound.git] / unbound.service
1 [Unit]
2 Description=Unbound DNS validating resolver
3 Wants=nss-lookup.target
4 Before=nss-lookup.target
5 After=network.target
6
7 [Service]
8 Type=forking
9 ExecStartPre=/usr/sbin/unbound-checkconf /etc/unbound/unbound.conf
10 ExecStartPre=-/usr/sbin/unbound-anchor -v -a /var/lib/unbound/root.key
11 ExecStart=/usr/sbin/unbound -c /etc/unbound/unbound.conf
12 ExecReload=/usr/sbin/unbound-checkconf /etc/unbound/unbound.conf
13 ExecReload=/bin/kill -HUP $MAINPID
14 PIDFile=/run/unbound.pid
15
16 [Install]
17 WantedBy=multi-user.target
This page took 0.026097 seconds and 2 git commands to generate.