PATH:
usr
/
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
[-] multipath-shutdown.sh
[edit]
[-] multipathd.service
[edit]
[-] multipathd-dracut.conf
[edit]
[-] module-setup.sh
[edit]
[-] multipathd-needshutdown.sh
[edit]
[-] multipathd.sh
[edit]
[-] multipathd-stop.sh
[edit]
[+]
..
[-] multipathd-configure.service
[edit]