|
|
@@ -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 %} |
|
|
|