mirror of
https://github.com/systemd/systemd.git
synced 2026-08-05 07:30:30 +00:00
udev: delay to start queued events on udevadm control --start-exec-queue
This commit is contained in:
@@ -1248,7 +1248,7 @@ static int on_ctrl_msg(UdevCtrl *uctrl, UdevCtrlMessageType type, const UdevCtrl
|
||||
case UDEV_CTRL_START_EXEC_QUEUE:
|
||||
log_debug("Received udev control message (START_EXEC_QUEUE)");
|
||||
manager->stop_exec_queue = false;
|
||||
event_queue_start(manager);
|
||||
/* It is not necessary to call event_queue_start() here, as it will be called in on_post() if necessary. */
|
||||
break;
|
||||
case UDEV_CTRL_RELOAD:
|
||||
log_debug("Received udev control message (RELOAD)");
|
||||
|
||||
Reference in New Issue
Block a user