mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-25 02:18:31 +01:00
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.
This commit is contained in:
parent
42b00fdff4
commit
247daf962f
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user