Do not daemonize by default.

This commit is contained in:
Glenn Y. Rolland 2015-09-21 07:50:41 +02:00
parent ac9f89c6de
commit d38949a744

View file

@ -247,7 +247,7 @@ module Qasim
#
#
def run
Process.daemon(true) #FIXME: add foreground mode too
Process.daemon(false) #FIXME: add foreground mode too
lock_set
@app.exec
exit 0