You've already forked matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-06-12 22:17:28 +02:00
Fix systemd service Wants for mjolnir and draupnir
Patch contributed by JulianF.
This commit is contained in:
roles/custom
matrix-bot-draupnir
templates
matrix-bot-mjolnir
templates
@ -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 %}
|
||||||
|
Reference in New Issue
Block a user