summarylogtreecommitdiffstats
path: root/gogs.service.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gogs.service.patch')
-rw-r--r--gogs.service.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/gogs.service.patch b/gogs.service.patch
deleted file mode 100644
index 862e0e888503..000000000000
--- a/gogs.service.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-18,21c18,21
-< 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
-23c23
-< Environment=USER=git HOME=/home/git
----
-> Environment=USER=gogs HOME=/home/gogs