5 lines
118 B
Bash
5 lines
118 B
Bash
#!/bin/sh
|
|
|
|
cd /var/lib/matrix-synapse
|
|
s6-setuidgid matrix-synapse python3 -B -m synapse.app.homeserver -c server.yaml
|