mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-12 21:42:51 +01:00
Fix systemd service Wants for mjolnir and draupnir
Patch contributed by JulianF.
This commit is contained in:
parent
3a32fe71fb
commit
593b3157b9
@ -1,7 +1,7 @@
|
|||||||
#jinja2: lstrip_blocks: "True"
|
#jinja2: lstrip_blocks: "True"
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Matrix Draupnir bot
|
Description=Matrix Draupnir bot
|
||||||
{% for service in matrix_bot_draupnir_systemd_required_services_list %}
|
{% for service in matrix_bot_draupnir_systemd_wanted_services_list %}
|
||||||
Requires={{ service }}
|
Requires={{ service }}
|
||||||
After={{ service }}
|
After={{ service }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#jinja2: lstrip_blocks: "True"
|
#jinja2: lstrip_blocks: "True"
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Matrix Mjolnir bot
|
Description=Matrix Mjolnir bot
|
||||||
{% for service in matrix_bot_mjolnir_systemd_required_services_list %}
|
{% for service in matrix_bot_mjolnir_systemd_wanted_services_list %}
|
||||||
Requires={{ service }}
|
Requires={{ service }}
|
||||||
After={{ service }}
|
After={{ service }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user