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 committed Oct 18, 2022
1 parent a3c67d2 commit e39ff40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules.d/90multipath/module-setup.sh
Original file line number Diff line number Diff line change
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 e39ff40

Please sign in to comment.