Skip to content

Commit

Permalink
fix(multipath): install multipathd.socket
Browse files Browse the repository at this point in the history
  • Loading branch information
cthbleachbit authored and LaszloGombos committed Oct 22, 2022
1 parent 77ac95d commit 02e646f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules.d/90multipath/module-setup.sh
Expand Up @@ -137,6 +137,7 @@ install() {
inst_simple "${moddir}/multipathd-configure.service" "${systemdsystemunitdir}/multipathd-configure.service"
$SYSTEMCTL -q --root "$initdir" enable multipathd-configure.service
fi
inst_simple "${systemdsystemunitdir}/multipathd.socket"
inst_simple "${moddir}/multipathd.service" "${systemdsystemunitdir}/multipathd.service"
$SYSTEMCTL -q --root "$initdir" enable multipathd.service
else
Expand Down

0 comments on commit 02e646f

Please sign in to comment.