refactor(server): 重构 LogicServer 监控和启动脚本

- 新增 LogicServer/daemon.sh 脚本,专门用于监控和重启 LogicServer
- 修改 LogicServer/run.sh,添加启动日志输出
- 从 daemon.sh 中移除 LogicServer 相关的监控逻辑
- 在 run.sh 中注释掉 LogicServer 启动代码,统一启动逻辑
This commit is contained in:
aixianling
2025-01-10 16:27:11 +08:00
parent d91c3d8d8a
commit a9808773da
4 changed files with 56 additions and 37 deletions

View File

@@ -2,8 +2,10 @@
./stop.sh
echo "["$datetime"] 正在启动 Logic 服务器 [logicserver$dm]..."
if [ "$1" == "Debug" ]; then
./logicserver_d LogicServerLinux.txt
else
./logicserver_r LogicServerLinux.txt
fi
fi