pdns/pdns.service
Ruben 1e981e8fef New release candidate
Add MongoDB backend
Enable LUA support
Convert to systemd
2011-07-20 17:07:05 +02:00

14 lines
264 B
Desktop File

[Unit]
Description=PDNS DNS 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