]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
udev: drop home-grown udev-ctrl socket (#40802)
authorLuca Boccassi <luca.boccassi@gmail.com>
Mon, 20 Jul 2026 11:37:27 +0000 (12:37 +0100)
committerGitHub <noreply@github.com>
Mon, 20 Jul 2026 11:37:27 +0000 (12:37 +0100)
Nowadays, varlink is used to control systemd-udevd. Let's drop the
legacy socket.

Note, the existence of /run/udev/control socket is widely used in both
our code and external projects. Also, the dependency to
systemd-udevd-control.socket is widely used in many projects. Hence, we
need to create a symlink to the socket file and .socket unit file.

1  2 
src/nspawn/nspawn.c

Simple merge