Skip to content

Commit

Permalink
fix(multipath): remove dependency on multipathd.socket
Browse files Browse the repository at this point in the history
This reverts commit e39ff40, removes
an incorrect `Also=` directive from multipathd.service.

`Also=multipathd.socket` is not the correct behavior for a
socket-activated service. This directive has been removed upstream
and dracut should do the same.

This fixes dracutdevs#2289, dracutdevs#2175 where in the cleanup hook running multipath
binary triggers activation of multipathd.service after it is stopped
as dracut prepares to switch root in initrd-cleanup.service.

(cherry picked from commit 297525c)
  • Loading branch information
cthbleachbit authored and aafeijoo-suse committed Jun 15, 2023
1 parent d833e0c commit fa0d531
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules.d/90multipath/multipathd.service
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ TasksMax=infinity

[Install]
WantedBy=sysinit.target
Also=multipathd.socket

0 comments on commit fa0d531

Please sign in to comment.