pdns/pdns.service
2013-01-07 16:30:10 +01:00

14 lines
241 B
Desktop File

[Unit]
Description=PowerDNS Authoritative Server
After=network.target
[Service]
Type=forking
ExecStart=/usr/sbin/pdns_server --daemon
ExecStop=/usr/bin/pdns_control quit
Restart=on-failure
RestartSec=2
[Install]
WantedBy=multi-user.target