From 3533b49e74a42eea5c9413cf1e6a2f74589731c7 Mon Sep 17 00:00:00 2001 From: Alan Jenkins Date: Tue, 15 Aug 2017 14:11:23 +0100 Subject: [PATCH] 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. --- units/systemd-udevd.service.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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