[pdns] Update systemd unit file

Morten Stevens mstevens at fedoraproject.org
Mon Sep 24 17:04:16 UTC 2012


commit 8819ec16332be05d0a57adf8c5ced0d31810dd3a
Author: Stevens <stevens at ThinkPad-T510.de.imt-systems.com>
Date:   Mon Sep 24 19:04:10 2012 +0200

    Update systemd unit file

 pdns.service |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/pdns.service b/pdns.service
index d9877ad..1b826d9 100644
--- a/pdns.service
+++ b/pdns.service
@@ -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
-


More information about the scm-commits mailing list