echo" run RealtimeStandaloneMain service in background"
set +u
shopt -s xpg_echo
shopt -s expand_aliases
trap"exit 1"12315
# props are set in src/main/resources/runtime.properties
echo"cleaning up previous run, if any"
/bin/rm -fr /tmp/rand_realtime
# check rand_realtime.spec exists
[ ! -e rand_realtime.spec ]&&echo"expecting file rand_realtime.spec (as specified by property druid.realtime.specFile) to be in current directory"&&exit3