MFp4 @1189141:
Change casperd's zygote process title. MFC after: 1 week
This commit is contained in:
parent
d2d5bec62c
commit
6aa4815cf6
@ -122,6 +122,8 @@ zygote_main(int sock)
|
||||
|
||||
assert(sock > STDERR_FILENO);
|
||||
|
||||
setproctitle("zygote");
|
||||
|
||||
if (pjdlog_mode_get() != PJDLOG_MODE_STD)
|
||||
stdnull();
|
||||
for (fd = STDERR_FILENO + 1; fd < sock; fd++)
|
||||
|
Loading…
Reference in New Issue
Block a user