mirror of
https://github.com/vale981/matrix-docker-ansible-deploy
synced 2025-03-10 13:06:40 -04:00
12 lines
456 B
Text
12 lines
456 B
Text
![]() |
MAILTO="{{ ssl_support_email }}"
|
||
|
|
||
|
# This periodically restarts the Matrix services
|
||
|
# to ensure they're using the latest SSL certificate
|
||
|
# in case it got renewed by the `ssl-certificate-renewal` cronjob
|
||
|
# (which happens once every ~2-3 months).
|
||
|
#
|
||
|
# Because `matrix-nginx-proxy.service` depends on `matrix-synapse.service`,
|
||
|
# both would be restarted.
|
||
|
|
||
|
{{ matrix_services_restart_cron_time_definition }} root /usr/bin/systemctl restart matrix-synapse.service
|