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
View File
@@ -0,0 +1,4 @@
pushd installations/consent
source env/bin/activate
./synctl start
popd
+4
View File
@@ -0,0 +1,4 @@
pushd installations/consent
source env/bin/activate
./synctl stop
popd