summaryrefslogtreecommitdiffstats
path: root/abs/core/dmraid/dmraid.service
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/dmraid/dmraid.service')
-rw-r--r--abs/core/dmraid/dmraid.service16
1 files changed, 16 insertions, 0 deletions
diff --git a/abs/core/dmraid/dmraid.service b/abs/core/dmraid/dmraid.service
new file mode 100644
index 0000000..1fd142f
--- /dev/null
+++ b/abs/core/dmraid/dmraid.service
@@ -0,0 +1,16 @@
+[Unit]
+Description=Assemble FakeRAID arrays
+DefaultDependencies=no
+Requires=systemd-udev-settle.service
+After=systemd-udev-settle.service
+Before=basic.target shutdown.target
+Conflicts=shutdown.target
+
+[Service]
+ExecStart=/sbin/dmraid --ignorelocking --activate y -Z
+Type=oneshot
+TimeoutSec=0
+RemainAfterExit=true
+
+[Install]
+WantedBy=basic.target