X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=units%2Fsystemd-udevd.service.in;h=2791f73ac3337c8fa001643a362967e5ff634972;hb=84a122a008e06901ce2d1d3941864afce8fd5d15;hp=97fb2f3ac5708f4a40e32e65435656d013ba81d9;hpb=89d09e1b5c65a2d97840f682e0932c8bb499f166;p=elogind.git diff --git a/units/systemd-udevd.service.in b/units/systemd-udevd.service.in index 97fb2f3ac..2791f73ac 100644 --- a/units/systemd-udevd.service.in +++ b/units/systemd-udevd.service.in @@ -8,11 +8,11 @@ [Unit] 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 local-fs-pre.target DefaultDependencies=no -ConditionCapability=CAP_MKNOD +Wants=systemd-udevd-control.socket systemd-udevd-kernel.socket +After=systemd-udevd-control.socket systemd-udevd-kernel.socket systemd-hwdb-update.service systemd-sysusers.service +Before=sysinit.target +ConditionPathIsReadWrite=/sys [Service] Type=notify @@ -21,3 +21,4 @@ Sockets=systemd-udevd-control.socket systemd-udevd-kernel.socket Restart=always RestartSec=0 ExecStart=@rootlibexecdir@/systemd-udevd +MountFlags=slave