pdns/pdns.service
2012-09-24 19:04:10 +02:00

13 lines
263 B
Desktop File

[Unit]
Description=PowerDNS Authoritative Server
After=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