mirror of https://github.com/vector-im/riot-web
add start and stop scripts for synapse
parent
fc4c425a22
commit
dcf4be79b7
|
@ -0,0 +1,4 @@
|
|||
pushd installations/consent
|
||||
source env/bin/activate
|
||||
./synctl start
|
||||
popd
|
|
@ -0,0 +1,4 @@
|
|||
pushd installations/consent
|
||||
source env/bin/activate
|
||||
./synctl stop
|
||||
popd
|
Loading…
Reference in New Issue