Просмотр исходного кода

Merge pull request #2163 from jimeh/fix-goofys-startup-order-issue

fix(goofys): fix synapse systemd unit file to correctly require goofys
pull/2164/head
Slavi Pantaleev 3 лет назад
committed by GitHub
Родитель
Сommit
0616107346
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 4AEE18F83AFDEB23
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      group_vars/matrix_servers

+ 2
- 2
group_vars/matrix_servers Просмотреть файл

@@ -2364,7 +2364,7 @@ matrix_synapse_systemd_required_services_list: |
+
(['matrix-postgres.service'] if matrix_postgres_enabled else [])
+
(['matrix-goofys'] if matrix_s3_media_store_enabled else [])
(['matrix-goofys.service'] if matrix_s3_media_store_enabled else [])
}}

matrix_synapse_systemd_wanted_services_list: |
@@ -2650,7 +2650,7 @@ matrix_dendrite_systemd_required_services_list: |
+
(['matrix-postgres.service'] if matrix_postgres_enabled else [])
+
(['matrix-goofys'] if matrix_s3_media_store_enabled else [])
(['matrix-goofys.service'] if matrix_s3_media_store_enabled else [])
}}

matrix_dendrite_systemd_wanted_services_list: |


Загрузка…
Отмена
Сохранить