6 lines
157 B
Plaintext
6 lines
157 B
Plaintext
|
#!/usr/bin/with-contenv sh
|
||
|
|
||
|
cd /var/lib/synapse
|
||
|
source /var/lib/synapse/bin/activate
|
||
|
s6-setuidgid synapse python -B -m synapse.app.homeserver -c server.yaml
|