chore: remove instance Windows scripts and screen/systemd helpers

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-04 11:56:32 +08:00
parent 4569e070fd
commit b394e495ca
15 changed files with 5 additions and 219 deletions
@@ -2,7 +2,7 @@
**唯一推荐方式:PM2。**
使用 screen、nohup、systemd 与 PM2 **同时** 启动同一端口上的 `hub.py` / `agent.py`
使用 PM2 托管 `hub.py` `agent.py`,勿与 nohup 等方式重复启动同一端口
---
@@ -40,5 +40,3 @@ bash scripts/verify_hub_deploy.sh
|------|------|
| [../部署文档.md](../部署文档.md) | 端口、反代、故障排查 |
| [../../docs/ubuntu-server.md](../../docs/ubuntu-server.md) | Python / Node / PM2 版本与四所启动顺序 |
历史 screen/systemd 示例已废弃,仅保留 PM2 运维。