|
|
clawdbot onboard --install-daemon
手工(直接)运行一个已经配置好的cron:
- # openclaw cron run "cron-id-here"
- │
- ◇
- {
- "ok": true,
- "ran": false,
- "reason": "not-due"
- }
- [root@VM-0-4-opencloudos ~]# openclaw cron run --force "cron-id-here"
- │
- ◇
- {
- "ok": true,
- "ran": true
- }
复制代码 cron id 在jobs.json里。
显示会话:
- openclaw sessions --active 30 --json
复制代码
显示日志:
重启:
|
|