1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-11 20:22:36 +03:00

add start and stop scripts for synapse

This commit is contained in:
Bruno Windels
2018-07-18 17:52:29 +02:00
parent fc4c425a22
commit dcf4be79b7
2 changed files with 8 additions and 0 deletions

4
synapse/start.sh Normal file
View File

@@ -0,0 +1,4 @@
pushd installations/consent
source env/bin/activate
./synctl start
popd

4
synapse/stop.sh Normal file
View File

@@ -0,0 +1,4 @@
pushd installations/consent
source env/bin/activate
./synctl stop
popd