Skip to content

services

Manage Openbase launchd background services.

Usage

openbase-coder services COMMAND [ARGS]

Subcommands

Subcommand Description
install Generate wrappers/plists and load all services
start Start all or one service
stop Stop all or one service
status Show service state summary
logs Tail one service's logs
regenerate Rebuild wrappers/plists from installation.json
uninstall Unload and remove all launchd services

Managed Service Names

  • livekit-server (port 7880)
  • codex-app-server (port 4500)
  • livekit-agent
  • django-cli (port 7999)

Examples

openbase-coder services install
openbase-coder services status
openbase-coder restart --service django-cli
openbase-coder services logs codex-app-server