summaryrefslogtreecommitdiff
path: root/community/pdns-recursor/pdns-recursor.service
blob: e8d23ccd07e3f9f814ace5e922fe2ef4a70c49cd (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=PowerDNS recursing nameserver
After=network.target

[Service]
Type=forking
ExecStart=/usr/bin/pdns_recursor --daemon

[Install]
WantedBy=multi-user.target