ash service
Manage the Ash background service.
Usage
uv run ash service COMMAND [OPTIONS]Commands
| Command | Description |
|---|---|
start | Start the service |
stop | Stop the service |
restart | Restart the service |
status | Show service status |
logs | View service logs |
install | Install as auto-start service |
uninstall | Remove auto-start service |
Command Options
start
uv run ash service start [--foreground]logs
uv run ash service logs [--follow] [--lines N]Examples
uv run ash service startuv run ash service start --foregrounduv run ash service statusuv run ash service logs -fuv run ash service installuv run ash service uninstallFor full machine cleanup (state directory, sandbox artifacts, and optional package/source removal), see: