mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 15:19:09 +01:00
1d04e8641d
When Gitea is running as PID 1 git will occassionally orphan child processes leading to (defunct) processes. This PR simply sets Setpgid to true on these child processes meaning that these defunct processes will also be correctly reaped. Fix #19077 Signed-off-by: Andrew Thornton <art27@cantab.net> |
||
---|---|---|
.. | ||
context.go | ||
error.go | ||
manager.go | ||
manager_exec.go | ||
manager_stacktraces.go | ||
manager_test.go | ||
manager_unix.go | ||
manager_windows.go | ||
process.go |