0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-25 22:44:40 +01:00
gitea/modules/markup
zeripath 1d04e8641d
Set Setpgid on child git processes (#19865)
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>
2022-06-03 15:36:18 +01:00
..
common
csv
external Set Setpgid on child git processes (#19865) 2022-06-03 15:36:18 +01:00
markdown Remove legacy unmaintained packages, refactor to support change default locale (#19308) 2022-04-03 17:46:48 +08:00
mdstripper
orgmode
camo.go
camo_test.go
html.go Refactor legacy unknwon/com package, improve golangci lint (#19284) 2022-04-01 16:47:50 +08:00
html_internal_test.go
html_test.go
renderer.go
renderer_test.go
sanitizer.go
sanitizer_test.go