Skip to content

docs(install): surface worker daemon flags in installer next-steps - #13

Merged
ralyodio merged 1 commit into
masterfrom
docs/installer-daemon-flags
Jul 19, 2026
Merged

docs(install): surface worker daemon flags in installer next-steps#13
ralyodio merged 1 commit into
masterfrom
docs/installer-daemon-flags

Conversation

@ralyodio

Copy link
Copy Markdown
Contributor

What

The curl | sh installer's post-install Next steps only showed foreground c0mpute worker start. Add a "Run the worker in the background" block so new installs discover the daemon lifecycle shipped in v0.2.6 (#11, #12).

Changes

scripts/install.sh next-steps now also prints:

Run the worker in the background:
  c0mpute worker start -d   # detach as a daemon (PID file + log under ~/.local/share/c0mpute)
  c0mpute worker start -a   # start + stream the log; press Ctrl-D to detach, worker keeps running
  c0mpute worker status     # is it running?
  c0mpute worker stop       # stop the daemon
  For a managed service, install the systemd unit:
    scripts/systemd/c0mpute-worker.service  (see its header for setup)

The README already documents -d/-a/Ctrl-D/systemd, so this just closes the installer gap. sh -n scripts/install.sh passes.

🤖 Generated with Claude Code

The post-install "Next steps" only showed foreground `worker start`. Add a
"Run the worker in the background" block covering `start -d` (daemon),
`start -a` (attach + Ctrl-D detach), `status`, `stop`, and a pointer to the
systemd unit. README already documents these.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@ralyodio
ralyodio merged commit 3f74fd8 into master Jul 19, 2026
8 checks passed
@ralyodio
ralyodio deleted the docs/installer-daemon-flags branch July 19, 2026 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant