Revert "udevd: configure a child process name for worker processes"

This reverts commit 49f3ee7e74.
This commit is contained in:
Yu Watanabe 2018-12-22 19:49:47 +09:00
parent b261494128
commit ff86c92e30
1 changed files with 1 additions and 1 deletions

View File

@ -534,7 +534,7 @@ static int worker_spawn(Manager *manager, struct event *event) {
if (r < 0)
return log_error_errno(r, "Worker: Failed to enable receiving of device: %m");
r = safe_fork("(worker)", FORK_DEATHSIG, &pid);
r = safe_fork(NULL, FORK_DEATHSIG, &pid);
if (r < 0) {
event->state = EVENT_QUEUED;
return log_error_errno(r, "Failed to fork() worker: %m");