Current File : //lib/dracut/modules.d/90multipath/multipathd-stop.sh
#!/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
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat