summarylogtreecommitdiffstats
path: root/02-adjust-service.patch
diff options
context:
space:
mode:
authorSam Whited2018-12-23 07:38:06 -0600
committerSam Whited2018-12-23 07:38:06 -0600
commit92aaf7f08e8cf258f0eeccf46d9a2a0124fa8e9c (patch)
treec68cf39d08d3a4ce891ad1ee315f28796aed54b0 /02-adjust-service.patch
parent93b8421c2f8a44e89a56a3d36afb5c3a58ea0b39 (diff)
downloadaur-92aaf7f08e8cf258f0eeccf46d9a2a0124fa8e9c.tar.gz
Remove unused patch file
Diffstat (limited to '02-adjust-service.patch')
-rw-r--r--02-adjust-service.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/02-adjust-service.patch b/02-adjust-service.patch
deleted file mode 100644
index f09759f954ce..000000000000
--- a/02-adjust-service.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- gitea.service
-+++ gitea.service
-@@ -16,12 +16,12 @@
- #LimitNOFILE=65535
- RestartSec=2s
- Type=simple
--User=git
--Group=git
-+User=gitea
-+Group=gitea
- WorkingDirectory=/var/lib/gitea/
--ExecStart=/usr/local/bin/gitea web -c /etc/gitea/app.ini
-+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=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
- ###