Commit Graph

4 Commits

Author SHA1 Message Date
aixianling
a9808773da refactor(server): 重构 LogicServer 监控和启动脚本
- 新增 LogicServer/daemon.sh 脚本,专门用于监控和重启 LogicServer
- 修改 LogicServer/run.sh,添加启动日志输出
- 从 daemon.sh 中移除 LogicServer 相关的监控逻辑
- 在 run.sh 中注释掉 LogicServer 启动代码,统一启动逻辑
2025-01-10 16:27:11 +08:00
aixianling
2068ad8de9 chore: 优化 run.sh 脚本
- 添加 tail -f /dev/null 命令,使容器保持运行状态
- 注释掉未使用的日志文件尾部跟踪命令
2024-12-17 12:32:30 +08:00
root
764ae3c97c 测试服启动 2024-12-16 20:45:03 +08:00
aixianling
00ee9dd8ea init 2024-12-16 13:51:31 +08:00