Matrix Docker Ansible eploy
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 

12 行
456 B

  1. MAILTO="{{ ssl_support_email }}"
  2. # This periodically restarts the Matrix services
  3. # to ensure they're using the latest SSL certificate
  4. # in case it got renewed by the `ssl-certificate-renewal` cronjob
  5. # (which happens once every ~2-3 months).
  6. #
  7. # Because `matrix-nginx-proxy.service` depends on `matrix-synapse.service`,
  8. # both would be restarted.
  9. {{ matrix_services_restart_cron_time_definition }} root /usr/bin/systemctl restart matrix-synapse.service