gitea/modules
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
..
activitypub
analyze Simplify `IsVendor` (#19626) 2022-05-06 10:12:30 +01:00
appstate Use a struct as test options (#19393) 2022-04-14 21:58:21 +08:00
auth
avatar
base
cache
charset
container
context
convert
csv
doctor
emoji
eventsource
generate
git Set Setpgid on child git processes (#19865) 2022-06-03 15:36:18 +01:00
gitgraph
graceful
hcaptcha
highlight
hostmatcher
httpcache Set the LastModified header for raw files (#18356) 2022-05-09 17:54:51 +02:00
httplib
indexer
json
lfs
log Only set CanColorStdout / CanColorStderr to true if the stdout/stderr is a terminal (#19581) 2022-05-03 18:03:34 +02:00
markup Set Setpgid on child git processes (#19865) 2022-06-03 15:36:18 +01:00
metrics
migration
nosql
notification
options
packages
paginator
password
pprof
private
process Set Setpgid on child git processes (#19865) 2022-06-03 15:36:18 +01:00
proxy
public
queue
recaptcha
references
repository
secret
session
setting feat: add DEFAULT_MERGE_STYLE to `repository.pull-request` section for repo init (#19751) 2022-06-02 23:45:54 -04:00
ssh Set Setpgid on child git processes (#19865) 2022-06-03 15:36:18 +01:00
storage
structs
svg
sync Use queue instead of memory queue in webhook send service (#19390) 2022-04-25 20:03:01 +02:00
templates Move access and repo permission to models/perm/access (#19350) 2022-05-11 12:09:36 +02:00
test
timeutil
translation
typesniffer
updatechecker
upload
uri
user
util
validation
web