Skip to content

cli: Add --init to run/create#1244

Merged
jglogan merged 1 commit intoapple:mainfrom
dcantah:init-cmd
Feb 24, 2026
Merged

cli: Add --init to run/create#1244
jglogan merged 1 commit intoapple:mainfrom
dcantah:init-cmd

Conversation

@dcantah
Copy link
Member

@dcantah dcantah commented Feb 22, 2026

Closes #1225

Add a flag to signify that we'd like to run a minimal init process that can reap zombie processes. The actual support for this is in the Containerization library so the plumbing here is very simple.

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Feb 22, 2026
Add a flag to signify that we'd like to run a minimal init
process that can reap zombie processes. The actual support
for this is in the Containerization library so the plumbing
here is very simple.
@jglogan jglogan merged commit 899081d into apple:main Feb 24, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Orphaned processes are never reaped (no --init support)

2 participants