summarylogtreecommitdiffstats
path: root/tmpfiles.conf
diff options
context:
space:
mode:
authorMaxime Buquet2019-03-01 06:51:38 +0900
committerMaxime Buquet2019-03-01 06:56:57 +0900
commit99177e86b3e173fa4a445b6e027d6df868479a08 (patch)
tree8f9b26b6241aaa29ea8854c7ecbbb33df2c8e3de /tmpfiles.conf
parentd7faf7f5b587b0a72c527a4125f35f83b437f141 (diff)
downloadaur-99177e86b3e173fa4a445b6e027d6df868479a08.tar.gz
Allow others to access /cache folder for web server to see avatars
Diffstat (limited to 'tmpfiles.conf')
-rw-r--r--tmpfiles.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmpfiles.conf b/tmpfiles.conf
index 189fb48f1a0e..82db5a178e83 100644
--- a/tmpfiles.conf
+++ b/tmpfiles.conf
@@ -1,7 +1,8 @@
d /etc/webapps/movim 0750 root movim - -
f /etc/webapps/movim/db.inc.php 0640 root movim - -
L /usr/share/webapps/movim/config - - - - /etc/webapps/movim
-d %C/webapps/movim/cache 0750 movim root - -
+d %C/webapps/movim 0751 movim root - -
+d %C/webapps/movim/cache 0751 movim root - -
d %C/webapps/movim/users 0750 movim root - -
L /usr/share/webapps/movim/users - - - - %C/webapps/movim/users
L /usr/share/webapps/movim/cache - - - - %C/webapps/movim/cache