daemonising is no longer the default
This commit is contained in:
parent
bdc651bc85
commit
1063daeff4
1 changed files with 1 additions and 1 deletions
|
@ -491,7 +491,7 @@ void Util::Config::addBasicConnectorOptions(JSON::Value & capabilities){
|
||||||
option["long_off"] = "nodaemon";
|
option["long_off"] = "nodaemon";
|
||||||
option["short_off"] = "n";
|
option["short_off"] = "n";
|
||||||
option["help"] = "Whether or not to daemonize the process after starting.";
|
option["help"] = "Whether or not to daemonize the process after starting.";
|
||||||
option["value"].append(1ll);
|
option["value"].append(0ll);
|
||||||
addOption("daemonize", option);
|
addOption("daemonize", option);
|
||||||
|
|
||||||
option.null();
|
option.null();
|
||||||
|
|
Loading…
Add table
Reference in a new issue