summaryrefslogtreecommitdiffstats
path: root/scripts/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/systemd')
-rw-r--r--scripts/systemd/gogs.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/systemd/gogs.service b/scripts/systemd/gogs.service
index 7436e46ae6..95567eaa96 100644
--- a/scripts/systemd/gogs.service
+++ b/scripts/systemd/gogs.service
@@ -14,7 +14,7 @@ Group=git
WorkingDirectory=/home/git/gogs
ExecStart=/home/git/gogs/gogs web
Restart=always
-Environment="USER=git","HOME=/home/git"
+Environment=USER=git HOME=/home/git
[Install]
WantedBy=multi-user.target