mirror of
https://github.com/systemd/systemd.git
synced 2026-07-13 19:10:58 +00:00
Revert "udevd: configure a child process name for worker processes"
This reverts commit 49f3ee7e74.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user