You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After reborn, the new process get pgid the same as it's process id by default. I need to be able to customize the pgid so that I could kill it nicely since the reborn process becomes an orphan process.
By the way, directly calling to syscall.Setpgid would fail: operation not permitted
After reborn, the new process get
pgid
the same as it's process id by default. I need to be able to customize the pgid so that I could kill it nicely since the reborn process becomes an orphan process.By the way, directly calling to
syscall.Setpgid
would fail:operation not permitted
I'm wondering if there is any way to achieve what I need?
The text was updated successfully, but these errors were encountered: