]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
units: Sockets= already implies Wants= and After= (systemd-udevd.service)
authorAlan Jenkins <alan.christopher.jenkins@gmail.com>
Tue, 15 Aug 2017 13:11:23 +0000 (14:11 +0100)
committerAlan Jenkins <alan.christopher.jenkins@gmail.com>
Tue, 15 Aug 2017 13:11:23 +0000 (14:11 +0100)
I grepped for other `After=` on a socket unit as well.  This was the only
instance.

units/systemd-udevd.service.in

index fc037b5a5cd76d31adaf6bd267be9dfc4955b1da..5860545801de24d0aee1221132fa1d78fcb6d917 100644 (file)
@@ -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