summarylogtreecommitdiffstats
path: root/gitea.tmpfiles
diff options
context:
space:
mode:
authorSam Whited2018-12-13 09:49:32 -0600
committerSam Whited2018-12-13 10:01:02 -0600
commit93b8421c2f8a44e89a56a3d36afb5c3a58ea0b39 (patch)
tree09f72ac45235141282acb957e83b829d3534f2e6 /gitea.tmpfiles
parent4b1df37b692a138c111c11505bd542d125d9bfca (diff)
downloadaur-93b8421c2f8a44e89a56a3d36afb5c3a58ea0b39.tar.gz
Use gitea user
Also fix a minor issue where dependencies that had changed weren't being picked up because an existing go.mod file created by a previous build of the package was cached.
Diffstat (limited to 'gitea.tmpfiles')
-rw-r--r--gitea.tmpfiles19
1 files changed, 10 insertions, 9 deletions
diff --git a/gitea.tmpfiles b/gitea.tmpfiles
index 51f45bcd4a65..7d92761cd34f 100644
--- a/gitea.tmpfiles
+++ b/gitea.tmpfiles
@@ -1,9 +1,10 @@
-d /var/lib/gitea 0750 git git
-d /var/lib/gitea/attachments 0750 git git
-d /var/lib/gitea/data 0750 git git
-d /var/lib/gitea/indexers 0750 git git
-d /var/lib/gitea/repos 0750 git git
-d /var/lib/gitea/tmp 0750 git git
-d /var/log/gitea 0750 git git
-z /etc/gitea 0755 root git
-z /etc/gitea/app.ini 0660 root git
+d /var/lib/gitea 0750
+d /var/lib/gitea/attachments 0750
+d /var/lib/gitea/data 0750
+d /var/lib/gitea/indexers 0750
+d /var/lib/gitea/repos 0750
+d /var/lib/gitea/tmp 0750
+Z /var/lib/gitea - gitea gitea
+d /var/log/gitea 0750 gitea gitea
+z /etc/gitea 0755 root gitea
+z /etc/gitea/app.ini 0660 root gitea