| diff --git a/multipathd/multipathd.service.in b/multipathd/multipathd.service.in |
| index 6d03ff7..374d2aa 100644 |
| --- a/multipathd/multipathd.service.in |
| +++ b/multipathd/multipathd.service.in |
| @@ -1,10 +1,11 @@ |
| [Unit] |
| Description=Device-Mapper Multipath Device Controller |
| Before=lvm2-activation-early.service |
| -Before=local-fs-pre.target blk-availability.service shutdown.target |
| +Before=blk-availability.service shutdown.target |
| Wants=systemd-udevd-kernel.socket @MODPROBE_UNIT@ |
| After=systemd-udevd-kernel.socket @MODPROBE_UNIT@ |
| After=multipathd.socket systemd-remount-fs.service |
| +After=mount-etc-overlay.service |
| Before=initrd-cleanup.service |
| DefaultDependencies=no |
| Conflicts=shutdown.target |