]> git.ipfire.org Git - thirdparty/systemd.git/commit
udev: serialize queued events on exit, and deserialize them in the next invocation
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 5 Apr 2025 13:42:26 +0000 (22:42 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 18 Apr 2025 16:51:50 +0000 (01:51 +0900)
commit95e78b5e53320903b22ffefbafc216004593728c
tree0db8ade710d8b5892dcdbdab36fcca8009925c1b
parent3bb398c299f9771330a839c3f44a6b7b94abea22
udev: serialize queued events on exit, and deserialize them in the next invocation

To make systemd-udevd not lose received uevents on restart. This may be
important on switching root, even though we typically trigger all devices
after switching root by systemd-udev-trigger.service, but it may be
disabled or modified by admin.
src/udev/udev-manager.c