]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - multipath-tools/patches/0001-RH-dont_start_with_no_config.patch
multipath-tools: Update to snapshot from 2013-02-22
[people/amarx/ipfire-3.x.git] / multipath-tools / patches / 0001-RH-dont_start_with_no_config.patch
1 ---
2 multipathd/multipathd.service | 1 +
3 1 file changed, 1 insertion(+)
4
5 Index: multipath-tools-130222/multipathd/multipathd.service
6 ===================================================================
7 --- multipath-tools-130222.orig/multipathd/multipathd.service
8 +++ multipath-tools-130222/multipathd/multipathd.service
9 @@ -2,6 +2,7 @@
10 Description=Device-Mapper Multipath Device Controller
11 Before=iscsi.service iscsid.service lvm2-activation-early.service
12 After=syslog.target
13 +ConditionPathExists=/etc/multipath.conf
14 DefaultDependencies=no
15 Conflicts=shutdown.target
16