diff options
| author | crystal <crystal@noreply.codeberg.org> | 2023-02-06 03:29:43 -0700 |
|---|---|---|
| committer | crystal <crystal@noreply.codeberg.org> | 2023-02-06 03:29:43 -0700 |
| commit | 514499661e8a567e26b8281e0f505c8601ff2edf (patch) | |
| tree | 4c8b0c7dcfaff81efd503d7d190a18b9caadbf49 /etc/systemd | |
initial commit
Diffstat (limited to 'etc/systemd')
| -rw-r--r-- | etc/systemd/system/forgejo.service.d/override.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/systemd/system/forgejo.service.d/override.conf b/etc/systemd/system/forgejo.service.d/override.conf new file mode 100644 index 0000000..f626df8 --- /dev/null +++ b/etc/systemd/system/forgejo.service.d/override.conf @@ -0,0 +1,6 @@ +[Service] +# Uncomment the next line if you have repos with lots of files and get a HTTP 500 error because of that +# LimitNOFILE=524288:524288 +User=git +Group=git +Environment=USER=git HOME=/var/lib/forgejo GITEA_WORK_DIR=/var/lib/forgejo |
