summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]