diff options
author | Alan Jenkins <alan.christopher.jenkins@gmail.com> | 2017-08-15 14:11:23 +0100 |
---|---|---|
committer | Alan Jenkins <alan.christopher.jenkins@gmail.com> | 2017-08-15 14:11:23 +0100 |
commit | 3533b49e74a42eea5c9413cf1e6a2f74589731c7 (patch) | |
tree | 07664a554e915e80971ace97516a4cabec623645 /units | |
parent | b3f5897f6e46f6dc54d9f46ea16258f558173500 (diff) | |
download | systemd-3533b49e74a42eea5c9413cf1e6a2f74589731c7.tar.gz |
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.
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-udevd.service.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/units/systemd-udevd.service.in b/units/systemd-udevd.service.in index fc037b5a5c..5860545801 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 |