瀏覽代碼

Fix incorrect ExecStart (+ docker create) definition in matrix-mautrix-googlechat.service

pull/3093/head
Slavi Pantaleev 2 年之前
父節點
當前提交
e0aebe9b1e
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      roles/custom/matrix-bridge-mautrix-googlechat/templates/systemd/matrix-mautrix-googlechat.service.j2

+ 1
- 1
roles/custom/matrix-bridge-mautrix-googlechat/templates/systemd/matrix-mautrix-googlechat.service.j2 查看文件

@@ -14,7 +14,7 @@ DefaultDependencies=no
Type=simple
Environment="HOME={{ devture_systemd_docker_base_systemd_unit_home_path }}"

ExecStart={{ devture_systemd_docker_base_host_command_docker }} create \
ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \
--rm \
--name=matrix-mautrix-googlechat \
--log-driver=none \


Loading…
取消
儲存