🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 08:52:20 | PHP 8.1.34
📂
/ (Root)
/
usr
/
lib
/
dracut
/
modules.d
/
90multipath
📍 /usr/lib/dracut/modules.d/90multipath
🔄 Refresh
✏️
Editing: multipathd-stop.sh
Read Only
#!/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
💾 Save Changes
❌ Cancel