summaryrefslogtreecommitdiff
path: root/community/powerdns-recursor/pdns-recursor.service
blob: 0859889a6ccb7c77b817c6f2fb5ebe6f8705d38e (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=PowerDNS resolving DNS server
After=network.target

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

[Install]
WantedBy=multi-user.target