Skip to content

ash service

Manage the Ash background service.

Usage

Terminal window
uv run ash service COMMAND [OPTIONS]

Commands

CommandDescription
startStart the service
stopStop the service
restartRestart the service
statusShow service status
logsView service logs
installInstall as auto-start service
uninstallRemove auto-start service

Command Options

start

Terminal window
uv run ash service start [--foreground]

logs

Terminal window
uv run ash service logs [--follow] [--lines N]

Examples

Terminal window
uv run ash service start
uv run ash service start --foreground
uv run ash service status
uv run ash service logs -f
uv run ash service install
uv run ash service uninstall

For full machine cleanup (state directory, sandbox artifacts, and optional package/source removal), see: