diff --git a/rootfs/etc/services.d/synapse/run b/rootfs/etc/services.d/synapse/run index 9fef79c..85cb803 100644 --- a/rootfs/etc/services.d/synapse/run +++ b/rootfs/etc/services.d/synapse/run @@ -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