matrix-docker-ansible-deploy/roles/matrix-synapse/templates/synapse
Slavi Pantaleev a5ee39266c Go through start.py when launching Synapse
This allows us to benefit from helpful things it does for us,
like enabling jemalloc: https://github.com/matrix-org/synapse/pull/8553

We weren't going through `start.py` before, because it was causing some
conflict with our `docker run --user=...` stuff, but it doesn't seem
to be a problem anymore.

Having done this, we won't need to do things like
https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/941
anymore.
2021-03-19 08:16:59 +02:00
..
systemd Go through start.py when launching Synapse 2021-03-19 08:16:59 +02:00
usr-local-bin
homeserver.yaml.j2 Adding vars to synapse for private servers. 2021-03-14 00:39:44 -03:00
synapse.log.config.j2
worker.yaml.j2