/usr/share/cagefs-skeleton/lib/dracut/modules.d/90multipath
#!/usr/bin/sh if [ -e /etc/multipath.conf ]; then pkill multipathd > /dev/null 2>&1 if pidof multipathd > /dev/null 2>&1; then sleep 0.2 fi if pidof multipathd > /dev/null 2>&1; then pkill -9 multipathd > /dev/null 2>&1 fi fi
.
Edit
..
Edit
module-setup.sh
Edit
multipath-shutdown.sh
Edit
multipathd-configure.service
Edit
multipathd-dracut.conf
Edit
multipathd-needshutdown.sh
Edit
multipathd-stop.sh
Edit
multipathd.service
Edit
multipathd.sh
Edit