summarylogtreecommitdiffstats
path: root/02-adjust-service.patch
diff options
context:
space:
mode:
Diffstat (limited to '02-adjust-service.patch')
-rw-r--r--02-adjust-service.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/02-adjust-service.patch b/02-adjust-service.patch
index 8cd24d70fdf3..f09759f954ce 100644
--- a/02-adjust-service.patch
+++ b/02-adjust-service.patch
@@ -13,7 +13,7 @@
+ExecStart=/usr/bin/gitea web -c /etc/gitea/app.ini
Restart=always
-Environment=USER=git HOME=/home/git GITEA_WORK_DIR=/var/lib/gitea
-+Environment=USER=git HOME=/home/gitea GITEA_WORK_DIR=/var/lib/gitea
++Environment=USER=gitea HOME=/home/gitea GITEA_WORK_DIR=/var/lib/gitea
# If you want to bind Gitea to a port below 1024 uncomment
# the two values below
###