blob: c569602de720367ccd2fb1fb7db044122b98bec7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description=Unbound DNS Resolver
After=network.target
[Service]
PIDFile=/run/unbound.pid
ExecStart=/usr/bin/unbound -d
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
[Install]
WantedBy=multi-user.target
|