瀏覽代碼

Ensure media store files are owned by the correct user/group after importing (recursively)

pull/6/head
Slavi Pantaleev 8 年之前
父節點
當前提交
0f723c9574
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      roles/matrix-server/tasks/import_media_store.yml

+ 1
- 0
roles/matrix-server/tasks/import_media_store.yml 查看文件

@@ -45,6 +45,7 @@
path: "{{ matrix_synapse_media_store_path }}"
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_username }}"
recurse: yes

- name: Ensure Matrix Synapse is started (if it previously was)
service: name="{{ item }}" state=started daemon_reload=yes


Loading…
取消
儲存