1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-28 02:50:16 +03:00

udevd: remove useless udevinitsend parameter

This commit is contained in:
Kay Sievers 2006-08-05 19:18:41 +02:00
parent 239cc98b80
commit 9824e9a764

View File

@ -883,10 +883,6 @@ int main(int argc, char *argv[], char *envp[])
info("will daemonize");
daemonize = 1;
}
if (strcmp(arg, "--stop-exec-queue") == 0) {
info("will not execute events until START_EXEC_QUEUE is received");
stop_exec_q = 1;
}
}
/* init sockets to receive events */