m-shell-scripts/m_qygaming_0/scripts/stop_GameServer.sh
2025-03-19 17:38:46 +08:00

20 lines
378 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/bash
# 停服脚本
cat ./COSDNA.pid | xargs -IX ./GameService close X
#cat ./COSDNA.pid | xargs -IX kill -9 X
rm ./COSDNA.pid
#修改log 日志,
time=$(date '+%m_%d-%H-%M-%S_log ' )
mv log $time
mv $time /root/disk2/log-back/
# 清除redis 的数据
echo " 清除 redis 数据1801 2801 2802 3801 "
redis-cli -h 127.0.0.1 -p 1801 -a 123456 flushall