本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
overmind
/
matrix-docker-ansible-deploy
镜像来自
https://github.com/spantaleev/matrix-docker-ansible-deploy
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
0
Wiki
活動
瀏覽代碼
Fix systemd service Wants for mjolnir and draupnir
Patch contributed by JulianF.
pull/2928/head
Slavi Pantaleev
2 年之前
父節點
3a32fe71fb
當前提交
593b3157b9
共有
2 個檔案被更改
,包括
2 行新增
和
2 行删除
分割檢視
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
查看文件
@@ -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
查看文件
@@ -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…
取消
儲存