mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-26 00:52:50 +00:00
34 lines
598 B
Plaintext
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]}}`
|