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.
 
 

14 lines
310 B

  1. [Unit]
  2. Description=Reloads matrix-nginx-proxy so that new IP addresses can kick in
  3. After=matrix.target
  4. [Service]
  5. Type=oneshot
  6. RemainAfterExit=yes
  7. ExecStartPre={{ matrix_host_command_sleep }} 30
  8. ExecStart={{ matrix_host_command_systemctl }} reload matrix-nginx-proxy.service
  9. [Install]
  10. WantedBy=matrix.target