From: Alan Jenkins Date: Tue, 15 Aug 2017 13:11:23 +0000 (+0100) Subject: units: Sockets= already implies Wants= and After= (systemd-udevd.service) X-Git-Tag: v235~205^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3533b49e74a42eea5c9413cf1e6a2f74589731c7;p=thirdparty%2Fsystemd.git units: Sockets= already implies Wants= and After= (systemd-udevd.service) I grepped for other `After=` on a socket unit as well. This was the only instance. --- diff --git a/units/systemd-udevd.service.in b/units/systemd-udevd.service.in index fc037b5a5cd..5860545801d 100644 --- a/units/systemd-udevd.service.in +++ b/units/systemd-udevd.service.in @@ -9,8 +9,7 @@ Description=udev Kernel Device Manager Documentation=man:systemd-udevd.service(8) man:udev(7) DefaultDependencies=no -Wants=systemd-udevd-control.socket systemd-udevd-kernel.socket -After=systemd-udevd-control.socket systemd-udevd-kernel.socket systemd-sysusers.service +After=systemd-sysusers.service Before=sysinit.target ConditionPathIsReadWrite=/sys