5 lines
134 B
Plaintext
5 lines
134 B
Plaintext
#!/usr/bin/with-contenv sh
|
|
|
|
cd /var/lib/matrix-synapse
|
|
s6-setuidgid matrix-synapse python -B -m synapse.app.homeserver -c server.yaml
|