From ba9ce4b4204903f16a50df5a95ffd5b82d47eab6 Mon Sep 17 00:00:00 2001 From: jondo Date: Tue, 6 Aug 2024 14:56:13 +0000 Subject: [PATCH] Switch to FORGEJO_WORK_DIR in the systemd service configuration file (#4850) This is for https://codeberg.org/forgejo/forgejo/issues/4850 --- contrib/systemd/forgejo.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/systemd/forgejo.service b/contrib/systemd/forgejo.service index 04ef69adc0..ee019e11ea 100644 --- a/contrib/systemd/forgejo.service +++ b/contrib/systemd/forgejo.service @@ -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