]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(multipath): install multipathd.socket 2010/head
authorTianhao Chai <cth451@gmail.com>
Thu, 13 Oct 2022 05:50:06 +0000 (01:50 -0400)
committerTianhao Chai <cth451@gmail.com>
Tue, 18 Oct 2022 01:40:10 +0000 (21:40 -0400)
modules.d/90multipath/module-setup.sh

index 541e243aa6985258ff2115bbdb44c4290aab1561..dae7371ca3724fb85629a815bcddc542930fe021 100755 (executable)
@@ -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