blob: 41dd6fabd290f7bb70993fce59ad6941471394dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|