Switch to FORGEJO_WORK_DIR in the systemd service configuration file (#4850)

This is for https://codeberg.org/forgejo/forgejo/issues/4850
This commit is contained in:
jondo 2024-08-06 14:56:13 +00:00
parent 7faea490fc
commit ba9ce4b420

View file

@ -61,7 +61,7 @@ WorkingDirectory=/var/lib/forgejo/
#RuntimeDirectory=forgejo
ExecStart=/usr/local/bin/forgejo web --config /etc/forgejo/app.ini
Restart=always
Environment=USER=git HOME=/home/git GITEA_WORK_DIR=/var/lib/forgejo
Environment=USER=git HOME=/home/git FORGEJO_WORK_DIR=/var/lib/forgejo
# If you install Git to directory prefix other than default PATH (which happens
# for example if you install other versions of Git side-to-side with
# distribution version), uncomment below line and add that prefix to PATH