add start and stop scripts for synapse
This commit is contained in:
parent
fc4c425a22
commit
dcf4be79b7
2 changed files with 8 additions and 0 deletions
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
|
Loading…
Reference in a new issue