mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-01-02 17:47:13 +00:00
Merge pull request #3362 from jimeh/fix-goofys-systemd-service-template
fix(synapse/goofys): resolve Jinja2 syntax error in systemd service template
This commit is contained in:
commit
dc11d24dec
@ -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