]> git.pld-linux.org Git - packages/unbound.git/blob - unbound.service
- up to 1.8.1
[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-anchor -v -a /var/lib/unbound/root.key
10 ExecStartPre=/usr/sbin/unbound-checkconf /etc/unbound/unbound.conf
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.064193 seconds and 3 git commands to generate.