[Lunar-commits] <moonbase> bind: added systemd service

Jean-Michel Bruenn wdp at lunar-linux.org
Thu Aug 4 19:59:04 CEST 2011


commit f650e5f824fa081aacd8b24ef70e729380ecc6ad
Author: Jean-Michel Bruenn <wdp at lunar-linux.org>
Date:   Thu Aug 4 19:59:04 2011 +0200

    bind: added systemd service
---
 net/bind/systemd.d/bind.service |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/net/bind/systemd.d/bind.service b/net/bind/systemd.d/bind.service
new file mode 100644
index 0000000..6cfa738
--- /dev/null
+++ b/net/bind/systemd.d/bind.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=BIND (Berkeley Internet Name Domain)
+
+[Service]
+ExecStart=/usr/sbin/named -f -u bind
+ExecReload=/usr/sbin/rndc reload
+ExecStop=/usr/sbin/rndc stop
+Restart=always
+
+[Install]
+WantedBy=multi-user.target


More information about the Lunar-commits mailing list