]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
udev: use notify socket to send message from worker processes to manager process...
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 2 Apr 2025 17:09:36 +0000 (02:09 +0900)
committerGitHub <noreply@github.com>
Wed, 2 Apr 2025 17:09:36 +0000 (02:09 +0900)
This replaces home-grown notification method from worker processes to
manager process with sd-notify. Then, we can reuse many library
functions commonly used by many components.
Hopefully, this does not change any effective functionalities.


Trivial merge