PKGBUILDs/community/pdns/pdns.service
2012-11-12 16:50:13 +00:00

13 lines
275 B
Desktop File

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