summarylogtreecommitdiffstats
path: root/gogs.service.patch
diff options
context:
space:
mode:
authorThomas Fanninger2015-11-21 10:49:47 +0100
committerThomas Fanninger2015-11-21 10:49:47 +0100
commita34e593654824248e2ec5ed727d0ffe0096cf2e0 (patch)
treeaa4050adf86315e9a63708c366b687032a3675ba /gogs.service.patch
parent8eb13ae1a69be08d547f7551acfe89bcf02c36c1 (diff)
downloadaur-a34e593654824248e2ec5ed727d0ffe0096cf2e0.tar.gz
new package version
Diffstat (limited to 'gogs.service.patch')
-rw-r--r--gogs.service.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/gogs.service.patch b/gogs.service.patch
new file mode 100644
index 000000000000..519d02c19a48
--- /dev/null
+++ b/gogs.service.patch
@@ -0,0 +1,14 @@
+12,15c12,15
+< User=git
+< Group=git
+< WorkingDirectory=/home/git/gogs
+< ExecStart=/home/git/gogs/gogs web
+---
+> User=gogs
+> Group=gogs
+> WorkingDirectory=/srv/gogs/
+> ExecStart=/usr/share/gogs/gogs web --config /srv/gogs/conf/app.ini
+17c17
+< Environment=USER=git HOME=/home/git
+---
+> Environment=USER=gogs HOME=/home/gogs