#!/bin/sh
#============================================================================
# dummy process to keep eGAgent container running
#=============================================================================
/opt/egurkha/bin/eGdocker.sh
while :
do
	sleep 1800
done
