Do not daemonize by default.
This commit is contained in:
parent
ac9f89c6de
commit
d38949a744
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ module Qasim
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
def run
|
def run
|
||||||
Process.daemon(true) #FIXME: add foreground mode too
|
Process.daemon(false) #FIXME: add foreground mode too
|
||||||
lock_set
|
lock_set
|
||||||
@app.exec
|
@app.exec
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in a new issue