diff options
author | Erik Johnston <erik@matrix.org> | 2014-08-21 17:55:41 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-08-21 17:55:41 +0100 |
commit | 2e1ab9db08e3fe41822a65fdf38feafbd22173b6 (patch) | |
tree | 07d304a6cfd661c9c449e69da97101e47e3a8e55 /demo | |
parent | Add ts field to all events. (diff) | |
download | synapse-2e1ab9db08e3fe41822a65fdf38feafbd22173b6.tar.xz |
Only start event streaming after having set up the controllers.
Diffstat (limited to 'demo')
-rwxr-xr-x | demo/start.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demo/start.sh b/demo/start.sh index 4701872926..fa2998a5e9 100755 --- a/demo/start.sh +++ b/demo/start.sh @@ -15,7 +15,8 @@ for port in "8080" "8081" "8082"; do -f "$DIR/$port.log" \ -d "$DIR/$port.db" \ -vv \ - -D --pid-file "$DIR/$port.pid" + -D --pid-file "$DIR/$port.pid"\ + -w done echo "Starting webclient on port 8000..." |