summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-03-25 21:25:06 +0100
committerLennart Poettering <lennart@poettering.net>2013-03-25 21:29:09 +0100
commitb17959153a460b2a468333868b101fc7e64d7347 (patch)
tree1af1235ded884f70d21dac33b755274d5767c072
parentb0afe214c043ec2360c652d02f1e28489b817628 (diff)
units: and also, order all early-boot sockets before sockets.target
-rw-r--r--units/systemd-udevd-control.socket1
-rw-r--r--units/systemd-udevd-kernel.socket1
2 files changed, 2 insertions, 0 deletions
diff --git a/units/systemd-udevd-control.socket b/units/systemd-udevd-control.socket
index 9065ea2c6..ca17102df 100644
--- a/units/systemd-udevd-control.socket
+++ b/units/systemd-udevd-control.socket
@@ -9,6 +9,7 @@
Description=udev Control Socket
Documentation=man:systemd-udevd.service(8) man:udev(7)
DefaultDependencies=no
+Before=sockets.target
ConditionCapability=CAP_MKNOD
[Socket]
diff --git a/units/systemd-udevd-kernel.socket b/units/systemd-udevd-kernel.socket
index 54a005b7a..4b8a5b0fb 100644
--- a/units/systemd-udevd-kernel.socket
+++ b/units/systemd-udevd-kernel.socket
@@ -9,6 +9,7 @@
Description=udev Kernel Socket
Documentation=man:systemd-udevd.service(8) man:udev(7)
DefaultDependencies=no
+Before=sockets.target
ConditionCapability=CAP_MKNOD
[Socket]