matrix-docker-ansible-deploy/roles/matrix-postgres/templates
Slavi Pantaleev b1b4ba501f Replace ExecStop with ExecStopPost
ExecStopPost should allow us to clean up (docker kill + docker rm)
even if the ExecStart (docker run ..) command failed, and not just after
a graceful service stop was initiated.

Source: https://www.freedesktop.org/software/systemd/man/systemd.service.html#ExecStopPost=
2022-01-04 17:27:25 +02:00
..
sql Add double quotes to avoid synatx errors 2021-01-30 22:54:51 +01:00
systemd Replace ExecStop with ExecStopPost 2022-01-04 17:27:25 +02:00
usr-local-bin Allow psql args to be given to matrix-postgres-cli 2021-02-03 12:59:21 +00:00
env-postgres-psql.j2 Fix indentation in templates 2019-05-07 21:23:35 +02:00
env-postgres-server.j2 Use C collation for Postgres to appease Synapse 2020-01-21 00:13:47 +02:00