Browse Source

fix(multipathd.service): drop dependencies on iscsi and iscsid

These dependencies are redundant and will be dropped in upstream
multipath-tools, too.
master
Martin Wilck 2 years ago committed by Jóhann B. Guðmundsson
parent
commit
6246da400f
  1. 2
      modules.d/90multipath/multipathd.service

2
modules.d/90multipath/multipathd.service

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
[Unit]
Description=Device-Mapper Multipath Device Controller
Before=iscsi.service iscsid.service lvm2-activation-early.service
Before=lvm2-activation-early.service
Before=local-fs-pre.target blk-availability.service shutdown.target
Wants=systemd-udevd-kernel.socket
After=systemd-udevd-kernel.socket

Loading…
Cancel
Save