Files
xkm-server/server_999/runenv/chat_svr/cfg/start_chat_svr.sh
2025-05-07 19:34:09 +08:00

12 lines
336 B
Bash
Executable File

#!/bin/sh
curuser=`whoami`
if [ $curuser = "root1" ];then
echo "root Operation is not allowed!!"
exit -1
fi
./up_conf.sh
../bin/chat_svr a5game_zs_999 --id=10.999.66.1 --business-id=10 --log-level=300 --tlogconf ../cfg/chat_svr_log.xml --conf-file ../cfg/chat_svr.xml --bus-key=2109991 --pid-file=./chat_svr_10_999_ag.pid -D start