PKGBUILDs/community/pdns/pdns.service
2013-05-13 23:43:38 +00:00

13 lines
274 B
Desktop File

[Unit]
Description=PowerDNS Authorative Server
After=syslog.target network.target
[Service]
Type=forking
ExecStart=/usr/bin/pdns_server --daemon --guardian=yes
ExecReload=/usr/bin/pdns_control cycle
ExecStop=/usr/bin/pdns_control quit
[Install]
WantedBy=multi-user.target