path: dracut_110-4/test/TEST-70-ISCSI/server-init.sh
# Wait forever for the VM to die
echo "Serving iSCSI"
while pidof tgtd > /dev/null; do
    : > /dev/watchdog
    sleep 1
