We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Fork_action
Would it make sense to (optionally) add calls to setpgid(0,0) before the execve?
setpgid(0,0)
execve
I think that would allow for better use of signal to kill entire process groups.
signal
https://pubs.opengroup.org/onlinepubs/9699919799/functions/setpgid.html
The text was updated successfully, but these errors were encountered:
Optional support would be good, yes.
Sorry, something went wrong.
No branches or pull requests
Would it make sense to (optionally) add calls to
setpgid(0,0)
before theexecve
?I think that would allow for better use of
signal
to kill entire process groups.https://pubs.opengroup.org/onlinepubs/9699919799/functions/setpgid.html
The text was updated successfully, but these errors were encountered: