summaryrefslogtreecommitdiff
path: root/units/systemd-udevd.service.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-03-25 21:22:52 +0100
committerLennart Poettering <lennart@poettering.net>2013-03-25 21:29:09 +0100
commitb0afe214c043ec2360c652d02f1e28489b817628 (patch)
tree76f1ec562da725b4fb1f929f640be82673f11e3a /units/systemd-udevd.service.in
parentee64428ec25b8ebb47beda9f6729039f496cbc51 (diff)
downloadsystemd-b0afe214c043ec2360c652d02f1e28489b817628.tar.gz
units: order all udev services before sysinit.target, too
Not that it would matter much, but let's make things a bit more systematic: early boot services shall order themselves before sysinit.target, and nothing else.
Diffstat (limited to 'units/systemd-udevd.service.in')
-rw-r--r--units/systemd-udevd.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-udevd.service.in b/units/systemd-udevd.service.in
index 97fb2f3ac5..ddef423625 100644
--- a/units/systemd-udevd.service.in
+++ b/units/systemd-udevd.service.in
@@ -8,10 +8,10 @@
[Unit]
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
Before=sysinit.target local-fs-pre.target
-DefaultDependencies=no
ConditionCapability=CAP_MKNOD
[Service]