From: Luca Boccassi Date: Mon, 20 Jul 2026 11:37:27 +0000 (+0100) Subject: udev: drop home-grown udev-ctrl socket (#40802) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e304d559e8afdfe2b6e3f66b580c1a0244eee885;p=thirdparty%2Fsystemd.git udev: drop home-grown udev-ctrl socket (#40802) 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. --- e304d559e8afdfe2b6e3f66b580c1a0244eee885