-
- Downloads
[bug] use reactor.stop() to exit when server startup checks fail
Our current use of sys.exit(20) to stop the server when startup checks fail affects logging in a bad way. This commit uses a system event trigger to exit with the desired status code when startup checks fail. Closes: #8996
Please register or sign in to comment