You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
590 B
16 lines
590 B
--- |
|
multipathd/multipathd.service | 1 + |
|
1 file changed, 1 insertion(+) |
|
|
|
Index: multipath-tools-130222/multipathd/multipathd.service |
|
=================================================================== |
|
--- multipath-tools-130222.orig/multipathd/multipathd.service |
|
+++ multipath-tools-130222/multipathd/multipathd.service |
|
@@ -10,6 +10,7 @@ Conflicts=shutdown.target |
|
[Service] |
|
Type=forking |
|
PIDFile=/var/run/multipathd.pid |
|
+ExecStartPre=/sbin/modprobe dm-multipath |
|
ExecStart=/sbin/multipathd |
|
ExecReload=/sbin/multipathd reconfigure |
|
#ExecStop=/path/to/scrip delete-me if not necessary
|
|
|