diff --git a/roles/custom/matrix-synapse/templates/goofys/systemd/matrix-goofys.service.j2 b/roles/custom/matrix-synapse/templates/goofys/systemd/matrix-goofys.service.j2 index a4b74e67f..0f7a83620 100644 --- a/roles/custom/matrix-synapse/templates/goofys/systemd/matrix-goofys.service.j2 +++ b/roles/custom/matrix-synapse/templates/goofys/systemd/matrix-goofys.service.j2 @@ -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]