添加 MS 助手启停说明

This commit is contained in:
root
2026-02-16 11:47:50 +01:00
parent f676f64b18
commit 0868164ca4

26
MS_ASSISTANT.md Normal file
View File

@@ -0,0 +1,26 @@
# MS 助手 (MileStone AI Assistant)
## 快速启停
# 启动
systemctl enable openclaw && systemctl start openclaw
# 停止
systemctl stop openclaw && systemctl disable openclaw
# 状态
systemctl status openclaw
# 日志
journalctl -u openclaw -f
## 配置
- OpenClaw: ~/.openclaw/openclaw.json
- systemd: /etc/systemd/system/openclaw.service
- 身份: SOUL.md, IDENTITY.md, AGENTS.md, TOOLS.md
## Mattermost
- 域名: https://im.puro.im
- Bot: @erp_devbot
- 模型: anthropic/claude-opus-4-6
- Web UI: https://claw.puro.im (admin/Qweewqzzx1)
## 注意
- Opus 模型 token 消耗大,不用时关闭
- Restart=alwaysstop 后需 disable 防自动重启