mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-01-27 18:34:58 +01:00
fix(synapse/goofys): resolve Jinja2 syntax error in systemd service template
Commit 42247411308bd301b1c093ed132be0512368b885 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 %}
|
{% 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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user