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

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

[Install]
WantedBy=multi-user.target