Renamed command line option --no-daemonize to --no-daemon.
This commit is contained in:
@@ -919,7 +919,7 @@ nxt_runtime_conf_read_cmd(nxt_task_t *task, nxt_runtime_t *rt)
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (nxt_strcmp(p, "--no-daemonize") == 0) {
|
if (nxt_strcmp(p, "--no-daemon") == 0) {
|
||||||
rt->daemon = 0;
|
rt->daemon = 0;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user