[systemd-commits] units/systemd-udevd.service.in
Lennart Poettering
lennart at kemper.freedesktop.org
Sat Mar 23 07:17:52 PDT 2013
units/systemd-udevd.service.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 89d09e1b5c65a2d97840f682e0932c8bb499f166
Author: Frederic Crozat <fcrozat at suse.com>
Date: Thu Mar 21 17:28:13 2013 +0100
udevd: ensure static nodes are created before local-fs mount
static nodes (like /dev/loop-control) are created when systemd-udevd
is started and needed to mount loopback devices. Therefore,
local-fs-pre.target should be only started after systemd-udevd is
started.
diff --git a/units/systemd-udevd.service.in b/units/systemd-udevd.service.in
index 86c650c..97fb2f3 100644
--- a/units/systemd-udevd.service.in
+++ b/units/systemd-udevd.service.in
@@ -10,7 +10,7 @@ Description=udev Kernel Device Manager
Documentation=man:systemd-udevd.service(8) man:udev(7)
Wants=systemd-udevd-control.socket systemd-udevd-kernel.socket
After=systemd-udevd-control.socket systemd-udevd-kernel.socket
-Before=sysinit.target
+Before=sysinit.target local-fs-pre.target
DefaultDependencies=no
ConditionCapability=CAP_MKNOD
More information about the systemd-commits
mailing list