You've already forked matrix-react-sdk
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:
4
synapse/start.sh
Normal file
4
synapse/start.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
pushd installations/consent
|
||||
source env/bin/activate
|
||||
./synctl start
|
||||
popd
|
||||
4
synapse/stop.sh
Normal file
4
synapse/stop.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
pushd installations/consent
|
||||
source env/bin/activate
|
||||
./synctl stop
|
||||
popd
|
||||
Reference in New Issue
Block a user