Skip to content

Commit e39ff40

Browse files
committed
fix(multipath): install multipathd.socket
1 parent a3c67d2 commit e39ff40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules.d/90multipath/module-setup.sh

+1
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ install() {
137137
inst_simple "${moddir}/multipathd-configure.service" "${systemdsystemunitdir}/multipathd-configure.service"
138138
$SYSTEMCTL -q --root "$initdir" enable multipathd-configure.service
139139
fi
140+
inst_simple "${systemdsystemunitdir}/multipathd.socket"
140141
inst_simple "${moddir}/multipathd.service" "${systemdsystemunitdir}/multipathd.service"
141142
$SYSTEMCTL -q --root "$initdir" enable multipathd.service
142143
else

0 commit comments

Comments
 (0)