]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - multipath-tools/patches/0005-RH-dont_start_with_no_config.patch
7efd925a204f54adca064559070b138cb8976b21
[people/ms/ipfire-3.x.git] / multipath-tools / patches / 0005-RH-dont_start_with_no_config.patch
1 ---
2 multipathd/multipathd.service | 1 +
3 1 file changed, 1 insertion(+)
4
5 Index: multipath-tools-110916/multipathd/multipathd.service
6 ===================================================================
7 --- multipath-tools-110916.orig/multipathd/multipathd.service
8 +++ multipath-tools-110916/multipathd/multipathd.service
9 @@ -2,6 +2,7 @@
10 Description=Device-Mapper Multipath Device Controller
11 Before=iscsi.service iscsid.service
12 After=syslog.target
13 +ConditionPathExists=/etc/multipath.conf
14
15 [Service]
16 Type=forking