Преглед изворни кода

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…
Откажи
Сачувај