This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Fix systemd service Wants for mjolnir and draupnir
Patch contributed by JulianF.
pull/2928/head
Slavi Pantaleev
2 years ago
parent
3a32fe71fb
commit
593b3157b9
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/custom/matrix-bot-draupnir/templates/systemd/matrix-bot-draupnir.service.j2
+1
-1
roles/custom/matrix-bot-mjolnir/templates/systemd/matrix-bot-mjolnir.service.j2
+ 1
- 1
roles/custom/matrix-bot-draupnir/templates/systemd/matrix-bot-draupnir.service.j2
View File
@@ -1,7 +1,7 @@
#jinja2: lstrip_blocks: "True"
[Unit]
Description=Matrix Draupnir bot
{% for service in matrix_bot_draupnir_systemd_
requir
ed_services_list %}
{% for service in matrix_bot_draupnir_systemd_
want
ed_services_list %}
Requires={{ service }}
After={{ service }}
{% endfor %}
+ 1
- 1
roles/custom/matrix-bot-mjolnir/templates/systemd/matrix-bot-mjolnir.service.j2
View File
@@ -1,7 +1,7 @@
#jinja2: lstrip_blocks: "True"
[Unit]
Description=Matrix Mjolnir bot
{% for service in matrix_bot_mjolnir_systemd_
requir
ed_services_list %}
{% for service in matrix_bot_mjolnir_systemd_
want
ed_services_list %}
Requires={{ service }}
After={{ service }}
{% endfor %}
Write
Preview
Loading…
Cancel
Save