1
0
Fork 0

Recreate Matrix rundirs

This commit is contained in:
Alex Kotov 2020-07-13 12:52:41 +05:00
parent a0a6842864
commit e98cf18684
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
2 changed files with 10 additions and 0 deletions

View file

@ -12,3 +12,11 @@
- '{{ matrix__lib_dir }}'
- '{{ matrix__log_dir }}'
- '{{ matrix__run_dir }}'
- name: Recreate Matrix rundirs
template:
src: '../templates/tmpfiles.d/matrix.conf'
dest: '/etc/tmpfiles.d/matrix.conf'
mode: 'u=rw,g=r,o=r'
owner: root
group: root

View file

@ -0,0 +1,2 @@
d {{ matrix__run_dir }} 0775 root root
d {{ matrix__synapse__run_dir }} 0775 matrix-synapse matrix-synapse