aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/rcS-multipath.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/rcS-multipath.service')
-rw-r--r--systemd/rcS-multipath.service17
1 files changed, 17 insertions, 0 deletions
diff --git a/systemd/rcS-multipath.service b/systemd/rcS-multipath.service
new file mode 100644
index 00000000..ad07dd97
--- /dev/null
+++ b/systemd/rcS-multipath.service
@@ -0,0 +1,17 @@
+[Unit]
+Description=System Initialization
+DefaultDependencies=no
+Conflicts=shutdown.target
+Before=shutdown.target emergency.service emergency.target
+After=rcS-initcrypto1.service
+Before=rcS-initcrypto2.service
+Conflicts=sysinit.service
+
+[Service]
+ExecStart=/etc/rc.d/rcS.d/140-multipath.sh
+Type=forking
+TimeoutSec=0
+ValidNoProcess=yes
+
+[Install]
+WantedBy=sysinit.target