eio icon indicating copy to clipboard operation
eio copied to clipboard

Creating a process group in `Fork_action` (?)

Open smondet opened this issue 1 year ago • 1 comments

Would it make sense to (optionally) add calls to setpgid(0,0) before the execve?

I think that would allow for better use of signal to kill entire process groups.

https://pubs.opengroup.org/onlinepubs/9699919799/functions/setpgid.html

smondet avatar Jul 28 '23 20:07 smondet