mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-09 03:11:51 +01:00
Hijack #2388
This commit is contained in:
parent
a1d97e8f5c
commit
4f6c3e8bb2
1 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,12 @@ After=network.target
|
||||||
#After=redis.service
|
#After=redis.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
# Modify these two values and uncomment them if you have
|
||||||
|
# repos with lots of files and get an HTTP error 500 because
|
||||||
|
# of that
|
||||||
|
###
|
||||||
|
#LimitMEMLOCK=infinity
|
||||||
|
#LimitNOFILE=65535
|
||||||
Type=simple
|
Type=simple
|
||||||
User=git
|
User=git
|
||||||
Group=git
|
Group=git
|
||||||
|
|
Loading…
Reference in a new issue