PATH: //lib/dracut/modules.d/90multipath
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 module-setup.sh
↓
X
📄 multipath-shutdown.sh
↓
X
📄 multipathd-configure.service
↓
X
📄 multipathd-dracut.conf
↓
X
📄 multipathd-needshutdown.sh
↓
X
📄 multipathd-stop.sh
↓
X
📄 multipathd.service
↓
X
📄 multipathd.sh
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: 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
SIMPAN PERUBAHAN