correctly start synapse

This commit is contained in:
Sebastian Hugentobler 2018-05-23 17:19:37 +02:00
parent 7a7e51ce11
commit 42c846e58d

View File

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv sh
cd /var/lib/synapse
s6-setuidgid synapse /var/lib/synapse/bin/python -B -m synapse.app.homeserver -c server.yaml
s6-setuidgid synapse python -B -m synapse.app.homeserver -c server.yaml