- {#
- SPDX-FileCopyrightText: 2024 MDAD Team and contributors
-
- SPDX-License-Identifier: AGPL-3.0-or-later
- #}
-
- [Unit]
- Description=Reloads matrix-coturn periodically so that new SSL certificates can kick in
-
- [Timer]
- Unit=matrix-coturn-reload.service
- OnCalendar=*-*-* 06:30:00
- RandomizedDelaySec=1h
-
- [Install]
- WantedBy=timers.target
|