PKGBUILDs/community/powerdns-recursor/pdns-recursor.service

11 lines
174 B
SYSTEMD
Raw Normal View History

2014-01-28 00:29:32 +00:00
[Unit]
Description=PowerDNS resolving DNS server
After=network.target
[Service]
Type=forking
ExecStart=/usr/bin/pdns_recursor --daemon
[Install]
WantedBy=multi-user.target