Skip to content

docs: document nohup long-run pattern for dts - #52

Merged
intricko merged 1 commit into
mainfrom
docs/dts-nohup-skill-ref
Sep 8, 2026
Merged

docs: document nohup long-run pattern for dts#52
intricko merged 1 commit into
mainfrom
docs/dts-nohup-skill-ref

Conversation

@intricko

@intricko intricko commented Sep 8, 2026

Copy link
Copy Markdown
Collaborator

Adds the detached nohup + log + poll workflow to the dts skill reference for multi-minute installs/boots that would otherwise get SIGTERM'd (exit 143), plus the pkill -f '<script>' self-kill pitfall.

Long installs/boots run as a foreground dts exec can be SIGTERM'd (exit 143)
when the driving session ends; pkill -f '<script>' matches your own exec
command line. Document the detached nohup + log + poll workflow.
@intricko
intricko merged commit 436bbbb into main Sep 8, 2026
6 checks passed
@intricko
intricko deleted the docs/dts-nohup-skill-ref branch September 8, 2026 09:33
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