Sindbad~EG File Manager

Current Path : /usr/share/initramfs-tools/scripts/local-bottom/
Upload File :
Current File : //usr/share/initramfs-tools/scripts/local-bottom/iscsi

#!/bin/sh
# If iscsiuio is present in the initramfs, and it was started by us,
# stop it again so the system iscsiuio can take over later.
if [ -x /sbin/iscsiuio ] && [ -e /run/initramfs/iscsiuio.pid ] ; then
	start-stop-daemon --stop --quiet --retry=TERM/10/KILL/5 \
		--pidfile /run/initramfs/iscsiuio.pid \
		--name iscsiuio --exec /sbin/iscsiuio || :
fi

exit 0

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists