3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2026-04-19 07:05:58 +00:00

Make matrix_continuwuity_systemd_wanted_services_list actually used in matrix-continuwuity.service

This commit is contained in:
Slavi Pantaleev
2026-04-18 07:46:24 +03:00
parent 53c391f420
commit fcd48e7480

View File

@@ -5,6 +5,9 @@ Description=continuwuity Matrix homeserver
Requires={{ service }}
After={{ service }}
{% endfor %}
{% for service in matrix_continuwuity_systemd_wanted_services_list %}
Wants={{ service }}
{% endfor %}
[Service]
Type=simple