nemunaire-overlay/net-dns/unbound/files/unbound.service

13 lines
247 B
SYSTEMD
Raw Normal View History

2017-02-24 23:56:42 +00:00
[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