Przeglądaj źródła

Merge pull request #3362 from jimeh/fix-goofys-systemd-service-template

fix(synapse/goofys): resolve Jinja2 syntax error in systemd service template
pull/3363/head
Slavi Pantaleev 1 rok temu
committed by GitHub
rodzic
commit
dc11d24dec
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      roles/custom/matrix-synapse/templates/goofys/systemd/matrix-goofys.service.j2

+ 1
- 0
roles/custom/matrix-synapse/templates/goofys/systemd/matrix-goofys.service.j2 Wyświetl plik

@@ -4,6 +4,7 @@ Description=Matrix Goofys media store
{% for service in matrix_synapse_goofys_systemd_required_services_list %} {% for service in matrix_synapse_goofys_systemd_required_services_list %}
Requires={{ service }} Requires={{ service }}
After={{ service }} After={{ service }}
{% endfor %}
DefaultDependencies=no DefaultDependencies=no


[Service] [Service]


Ładowanie…
Anuluj
Zapisz