summaryrefslogtreecommitdiff
path: root/community/unbound/unbound.service
blob: 8b3c9576bb8e88b8357b2af974e424002ed193f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Unbound DNS Resolver

[Service]
PIDFile=/run/unbound.pid
ExecStart=/usr/sbin/unbound -d
ExecReload=/bin/kill -HUP $MAINPID
Restart=always

[Install]
WantedBy=multi-user.target