bundles/matrix-synapse: deploy override.conf to make sure synapse doesn't try to load config from there
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-09-05 20:06:35 +02:00
parent 6a12b564ac
commit 1744596296
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 19 additions and 1 deletions

View file

@ -0,0 +1,6 @@
[Service]
ExecStartPre=
ExecStartPre=/opt/venvs/matrix-synapse/bin/python -m synapse.app.homeserver --config-path=/etc/matrix-synapse/homeserver.yaml --generate-keys
ExecStart=
ExecStart=/opt/venvs/matrix-synapse/bin/python -m synapse.app.homeserver --config-path=/etc/matrix-synapse/homeserver.yaml