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
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
6a12b564ac
commit
1744596296
2 changed files with 19 additions and 1 deletions
6
bundles/matrix-synapse/files/override.conf
Normal file
6
bundles/matrix-synapse/files/override.conf
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue