Kaynağa Gözat

fix(synapse/goofys): resolve Jinja2 syntax error in systemd service template

Commit 4224741130 missed a endfor
statement in the goofys systemd service unit template. This adds it,
avoiding a Jinja2 syntax error when using goofys.
pull/3362/head
Jim Myhrberg 1 yıl önce
ebeveyn
işleme
247daf962f
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: B85A9E6D6BBB670E
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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 Dosyayı Görüntüle

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

[Service]


Yükleniyor…
İptal
Kaydet