Commit 761fb158 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

slapgrid-cp will be run on startup

parent f78c9d5c
......@@ -146,5 +146,6 @@ def serve(config):
os.mkdir(software_link)
runInstanceWithLock(app.config)
slapos.runner.process.setHandler()
runInstanceWithLock(app.config)
app.run(host=config.runner_host, port=int(config.runner_port),
debug=config.debug, threaded=True)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment