zeroclaw service command manages ZeroClaw as an OS-level service with automatic startup.
Overview
Install ZeroClaw as a systemd (Linux) or launchd (macOS) user service for:- Automatic startup on boot
- Background execution
- Log management
- Process supervision
Subcommands
install
Install ZeroClaw as a user service.- Linux:
~/.config/systemd/user/zeroclaw.service - macOS:
~/Library/LaunchAgents/com.zeroclaw.daemon.plist
start
Start the ZeroClaw service.stop
Stop the ZeroClaw service.restart
Restart the ZeroClaw service.status
Check service status.- Running state (active/inactive)
- PID
- Uptime
- Recent log entries
uninstall
Remove the service installation.enable
Enable auto-start on boot.disable
Disable auto-start on boot.Options
Init system to use:
auto (detect), systemd, or openrcExamples
Complete Setup
View Logs
- Linux (systemd)
- macOS (launchd)