Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] Add ability to launch a detached process #45

Open
andyburke opened this issue Jun 29, 2018 · 0 comments
Open

[feature request] Add ability to launch a detached process #45

andyburke opened this issue Jun 29, 2018 · 0 comments

Comments

@andyburke
Copy link

Eg:

long-running-process &

This would require passing the detached option to spawn, and there is the caveat:

When using the detached option to start a long-running process, the process will not stay running in the background after the parent exits unless it is provided with a stdio configuration that is not connected to the parent. If the parent's stdio is inherited, the child will remain attached to the controlling terminal.

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

No branches or pull requests

1 participant