Files
xkm-server/server_999/runenv/relation_svr/cfg/start_relation_svr.sh

13 lines
356 B
Bash
Raw Normal View History

#!/bin/sh
curuser=`whoami`
if [ $curuser = "root1" ];then
echo "root Operation is not allowed!!"
exit -1
fi
sh ./up_conf.sh
../bin/relation_svr a5game_zs_900 --id=10.900.93.1 --business-id=10 --log-level=300 --tlogconf ../cfg/relation_svr_log.xml --conf-file ../cfg/relation_svr.xml --bus-key=2109003 --pid-file=./relation_svr_10_900_ag.pid -D start