mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
docs: clarify gateway service scopes (#1378)
This commit is contained in:
parent
6b1adb7eb1
commit
95939a1b51
11 changed files with 45 additions and 16 deletions
|
|
@ -156,7 +156,8 @@ What they do:
|
|||
**Cron execution is handled by the gateway daemon.** The gateway ticks the scheduler every 60 seconds, running any due jobs in isolated agent sessions.
|
||||
|
||||
```bash
|
||||
hermes gateway install # Install as system service (recommended)
|
||||
hermes gateway install # Install as a user service
|
||||
sudo hermes gateway install --system # Linux: boot-time system service for servers
|
||||
hermes gateway # Or run in foreground
|
||||
|
||||
hermes cron list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue