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
Make `matrix_continuwuity_systemd_wanted_services_list` actually used in `matrix-continuwuity.service`
pull/5148/head
Slavi Pantaleev
2 weeks ago
parent
53c391f420
commit
fcd48e7480
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
roles/custom/matrix-continuwuity/templates/systemd/matrix-continuwuity.service.j2
+ 3
- 0
roles/custom/matrix-continuwuity/templates/systemd/matrix-continuwuity.service.j2
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
Write
Preview
Loading…
Cancel
Save