Browse Source

Fixed the 'too many open files' error when starting gogs with systemd

pull/2388/head
Simon Szustkowski 9 years ago
parent
commit
af7d8565a6
  1. 2
      scripts/systemd/gogs.service

2
scripts/systemd/gogs.service

@ -8,6 +8,8 @@ After=network.target
#After=redis.service
[Service]
LimitMEMLOCK=infinity
LimitNOFILE=65535
Type=simple
User=git
Group=git

Loading…
Cancel
Save