net-dns/unbound: version bump

This commit is contained in:
nemunaire 2017-02-25 00:56:42 +01:00
commit f8823e54cb
10 changed files with 206 additions and 4 deletions

View file

@ -0,0 +1,12 @@
[Unit]
Description=Unbound recursive Domain Name Server
After=network.target
Before=nss-lookup.target
Wants=nss-lookup.target
[Service]
ExecStartPre=/usr/sbin/unbound-checkconf
ExecStart=/usr/sbin/unbound -d
[Install]
WantedBy=multi-user.target