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:
@@ -5,6 +5,9 @@ Description=continuwuity Matrix homeserver
|
|||||||
Requires={{ service }}
|
Requires={{ service }}
|
||||||
After={{ service }}
|
After={{ service }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
{% for service in matrix_continuwuity_systemd_wanted_services_list %}
|
||||||
|
Wants={{ service }}
|
||||||
|
{% endfor %}
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
|||||||
Reference in New Issue
Block a user