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