PKGBUILDs/community/pdns/pdns.service
2013-04-02 21:39:40 +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