diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-03-25 21:25:06 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-03-25 21:29:09 +0100 |
commit | b17959153a460b2a468333868b101fc7e64d7347 (patch) | |
tree | 1af1235ded884f70d21dac33b755274d5767c072 /units/systemd-udevd-control.socket | |
parent | b0afe214c043ec2360c652d02f1e28489b817628 (diff) | |
download | systemd-b17959153a460b2a468333868b101fc7e64d7347.tar.gz |
units: and also, order all early-boot sockets before sockets.target
Diffstat (limited to 'units/systemd-udevd-control.socket')
-rw-r--r-- | units/systemd-udevd-control.socket | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-udevd-control.socket b/units/systemd-udevd-control.socket index 9065ea2c64..ca17102dfa 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] |