From: Lennart Poettering Date: Mon, 25 Mar 2013 20:25:06 +0000 (+0100) Subject: units: and also, order all early-boot sockets before sockets.target X-Git-Tag: v199~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b17959153a460b2a468333868b101fc7e64d7347;p=thirdparty%2Fsystemd.git units: and also, order all early-boot sockets before sockets.target --- diff --git a/units/systemd-udevd-control.socket b/units/systemd-udevd-control.socket index 9065ea2c643..ca17102dfa1 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 54a005b7a7b..4b8a5b0fb58 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]