Update systemd unit file

This commit is contained in:
Stevens 2012-09-24 19:04:10 +02:00
parent 5b7fb7d0d3
commit 8819ec1633

View File

@ -1,6 +1,6 @@
[Unit]
Description=PDNS DNS Server
After=syslog.target network.target
Description=PowerDNS Authoritative Server
After=network.target
[Service]
Type=forking
@ -10,4 +10,3 @@ ExecStop=/usr/bin/pdns_control quit
[Install]
WantedBy=multi-user.target