2025-03-01 01:41:49 +09:00
|
|
|
{#
|
|
|
|
SPDX-FileCopyrightText: 2021 - 2022 Slavi Pantaleev
|
|
|
|
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
#}
|
|
|
|
|
2021-01-14 23:23:46 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Reloads matrix-coturn so that new SSL certificates can kick in
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2022-11-04 16:41:23 +02:00
|
|
|
ExecStart={{ devture_systemd_docker_base_host_command_systemctl }} reload matrix-coturn.service
|