Parcourir la source
Merge pull request #649 from scottcrossen/patch-1
Use the same naming convention as the other mx-puppet suite.
pull/651/head
Slavi Pantaleev
il y a 5 ans
committed by
GitHub
Parent
révision
029e27b62a
Aucune clé connue n'a été trouvée dans la base pour cette signature
ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec
1 ajouts et
1 suppressions
-
roles/matrix-bridge-mx-puppet-instagram/templates/systemd/matrix-mx-puppet-instagram.service.j2
|
|
@@ -1,6 +1,6 @@ |
|
|
#jinja2: lstrip_blocks: "True" |
|
|
#jinja2: lstrip_blocks: "True" |
|
|
[Unit] |
|
|
[Unit] |
|
|
Description=Matrix mx-puppet-instagram bridge |
|
|
|
|
|
|
|
|
Description=Matrix Mx Puppet Instagram server |
|
|
{% for service in matrix_mx_puppet_instagram_systemd_required_services_list %} |
|
|
{% for service in matrix_mx_puppet_instagram_systemd_required_services_list %} |
|
|
Requires={{ service }} |
|
|
Requires={{ service }} |
|
|
After={{ service }} |
|
|
After={{ service }} |
|
|
|