Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

18 lines
425 B

  1. {#
  2. SPDX-FileCopyrightText: 2023 Nikita Chernyi
  3. SPDX-FileCopyrightText: 2025 Suguru Hirahara
  4. SPDX-License-Identifier: AGPL-3.0-or-later
  5. #}
  6. [Unit]
  7. Description=Synapse State Auto Compressor Timer
  8. [Timer]
  9. Unit=matrix-synapse-auto-compressor.service
  10. OnCalendar={{ matrix_synapse_auto_compressor_schedule }}
  11. RandomizedDelaySec={{ matrix_synapse_auto_compressor_schedule_randomized_delay_sec }}
  12. [Install]
  13. WantedBy=timers.target