mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-01-24 00:35:20 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user