Slavi Pantaleev 3 лет назад
Родитель
Сommit
9f0f21cf30
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      roles/matrix-bridge-mautrix-discord/templates/systemd/matrix-mautrix-discord.service.j2

+ 1
- 1
roles/matrix-bridge-mautrix-discord/templates/systemd/matrix-mautrix-discord.service.j2 Просмотреть файл

@@ -31,7 +31,7 @@ ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-mautrix-discor
{{ arg }} \
{% endfor %}
{{ matrix_mautrix_discord_docker_image }} \
/usr/bin/mautrix-discord -c /config/config.yaml -r /config/registration.yaml
/usr/bin/mautrix-discord -c /config/config.yaml -r /config/registration.yaml --no-update

ExecStop=-{{ matrix_host_command_sh }} -c '{{ matrix_host_command_docker }} kill matrix-mautrix-discord 2>/dev/null || true'
ExecStop=-{{ matrix_host_command_sh }} -c '{{ matrix_host_command_docker }} rm matrix-mautrix-discord 2>/dev/null || true'


Загрузка…
Отмена
Сохранить