summaryrefslogtreecommitdiffstats
path: root/contrib/systemd/forgejo.service
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/systemd/forgejo.service')
-rw-r--r--contrib/systemd/forgejo.service2
1 files changed, 1 insertions, 1 deletions
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