Files
cheatsheet-tldr/tldr/zeroclaw-service
2026-02-25 00:29:31 +00:00

34 lines
598 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# zeroclaw service
> Manage the ZeroClaw background service (launchd/systemd user service).
> More information: <https://github.com/zeroclaw-labs/zeroclaw#quick-start>.
- Install the daemon service:
`zeroclaw service install`
- Start the daemon service:
`zeroclaw service start`
- Stop the daemon service:
`zeroclaw service stop`
- Check service status:
`zeroclaw service status`
- Uninstall the daemon service:
`zeroclaw service uninstall`
- Display help:
`zeroclaw service {{[-h|--help]}}`