本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
overmind
/
matrix-docker-ansible-deploy
镜像来自
https://github.com/spantaleev/matrix-docker-ansible-deploy
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
0
Wiki
活動
瀏覽代碼
Merge pull request
#3362
from jimeh/fix-goofys-systemd-service-template
fix(synapse/goofys): resolve Jinja2 syntax error in systemd service template
pull/3363/head
Slavi Pantaleev
1 年之前
committed by
GitHub
父節點
42b00fdff4
247daf962f
當前提交
dc11d24dec
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID:
B5690EEEBB952194
共有
1 個檔案被更改
,包括
1 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
roles/custom/matrix-synapse/templates/goofys/systemd/matrix-goofys.service.j2
+ 1
- 0
roles/custom/matrix-synapse/templates/goofys/systemd/matrix-goofys.service.j2
查看文件
@@ -4,6 +4,7 @@ Description=Matrix Goofys media store
{% for service in matrix_synapse_goofys_systemd_required_services_list %}
Requires={{ service }}
After={{ service }}
{% endfor %}
DefaultDependencies=no
[Service]
Write
Preview
Loading…
取消
儲存