2011-07-20 15:07:05 +00:00
|
|
|
[Unit]
|
2012-09-24 17:04:10 +00:00
|
|
|
Description=PowerDNS Authoritative Server
|
|
|
|
After=network.target
|
2011-07-20 15:07:05 +00:00
|
|
|
|
|
|
|
[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
|