mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 14:56:42 -04:00
Only start event streaming after having set up the controllers.
This commit is contained in:
parent
5670da1c1e
commit
2e1ab9db08
6 changed files with 19 additions and 5 deletions
|
@ -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..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue