[pdns-recursor/f16] convert to systemd

Tom Callaway spot at fedoraproject.org
Mon Sep 12 18:58:24 UTC 2011


commit e8186ccd985ea75c8034aff848fd222adbd54f86
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Mon Sep 12 14:58:09 2011 -0400

    convert to systemd

 pdns-recursor.service |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/pdns-recursor.service b/pdns-recursor.service
new file mode 100644
index 0000000..7f4f02b
--- /dev/null
+++ b/pdns-recursor.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=PDNS Recursor
+After=syslog.target network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/sbin/pdns_recursor --daemon
+
+[Install]
+WantedBy=multi-user.target


More information about the scm-commits mailing list