[Lunar-commits] <moonbase> mdadm: added systemd service file
Jean-Michel Bruenn
wdp at lunar-linux.org
Mon Aug 15 20:52:59 CEST 2011
commit 0c2621b295ebbca54b1fd8bb7a1576d3cc1b2160
Author: Jean-Michel Bruenn <wdp at lunar-linux.org>
Date: Mon Aug 15 20:52:59 2011 +0200
mdadm: added systemd service file
---
utils/mdadm/systemd.d/mdadm.service | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/utils/mdadm/systemd.d/mdadm.service b/utils/mdadm/systemd.d/mdadm.service
new file mode 100644
index 0000000..8ee3cf8
--- /dev/null
+++ b/utils/mdadm/systemd.d/mdadm.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=MDADM Event Monitor
+
+[Service]
+ExecStart=/sbin/mdadm --monitor --scan -y
+
+[Install]
+WantedBy=multi-user.target
More information about the Lunar-commits
mailing list