nginext has been renamed to unit.
This commit is contained in:
@@ -270,7 +270,7 @@ nxt_main_process_title(nxt_task_t *task)
|
||||
|
||||
end = title + sizeof(title) - 1;
|
||||
|
||||
p = nxt_sprintf(title, end, "nginext: main [%s", nxt_process_argv[0]);
|
||||
p = nxt_sprintf(title, end, "unit: main [%s", nxt_process_argv[0]);
|
||||
|
||||
for (i = 1; nxt_process_argv[i] != NULL; i++) {
|
||||
p = nxt_sprintf(p, end, " %s", nxt_process_argv[i]);
|
||||
|
||||
Reference in New Issue
Block a user