summarylogtreecommitdiffstats
path: root/0002-Adjust-service-file-for-Arch-Linux-package.patch
diff options
context:
space:
mode:
authorAnton Kudryavtsev2017-12-11 18:48:14 +0300
committerAnton Kudryavtsev2017-12-11 18:48:14 +0300
commit78e93ab85eabbbb323751d8c30b196986cd5901f (patch)
tree990384a8c8a51d710ec3fbe71ed8fc546a1b8d13 /0002-Adjust-service-file-for-Arch-Linux-package.patch
parent9df2a2de7041cf27cd357dfdcddef9b0d4a3df65 (diff)
downloadaur-78e93ab85eabbbb323751d8c30b196986cd5901f.tar.gz
Prettier
Diffstat (limited to '0002-Adjust-service-file-for-Arch-Linux-package.patch')
-rw-r--r--0002-Adjust-service-file-for-Arch-Linux-package.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/0002-Adjust-service-file-for-Arch-Linux-package.patch b/0002-Adjust-service-file-for-Arch-Linux-package.patch
deleted file mode 100644
index cb297229f78f..000000000000
--- a/0002-Adjust-service-file-for-Arch-Linux-package.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- gitea.service
-+++ gitea.service 2017-12-11 15:10:35.090000002 +0300
-@@ -18,10 +18,10 @@
- Type=simple
- User=git
- Group=git
--WorkingDirectory=/home/git/gitea
--ExecStart=/home/git/gitea/gitea web
-+WorkingDirectory=/var/lib/gitea
-+ExecStart=/usr/bin/gitea web --config /etc/gitea/app.ini
- Restart=always
--Environment=USER=git HOME=/home/git
-+Environment=USER=git HOME=/var/lib/gitea
-
- [Install]
- WantedBy=multi-user.target