Browse Source

Hijack #2388

tags/v1.21.12.1
Unknwon 9 years ago
parent
commit
4f6c3e8bb2
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      scripts/systemd/gogs.service

+ 6
- 0
scripts/systemd/gogs.service View File

@@ -8,6 +8,12 @@ After=network.target
#After=redis.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
User=git
Group=git


Loading…
Cancel
Save