Fix issue with Synapse not starting up. Fixes #5866.

Signed-off-by: Chris Moos <chris@chrismoos.com>
release-v1.3.1
Chris Moos 2019-08-15 18:16:27 -07:00 committed by Richard van der Hoff
parent 6382914587
commit 6d86df73f1
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ def setup(config_options):
reactor.stop()
sys.exit(1)
reactor.addSystemEventTrigger("before", "startup", start)
reactor.callWhenRunning(start)
return hs