X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=units%2Fsystemd-udevd.service.in;h=ddee01537aa54829c69f4ae795187668a366d059;hp=86c650c0db4805f8bf740bb8e76c73ea11b7cc8d;hb=f1721625e7145977ba705e169580f2eb0002600c;hpb=3bf3cd95abf815be091a5398b3796d5e325862b6 diff --git a/units/systemd-udevd.service.in b/units/systemd-udevd.service.in index 86c650c0d..ddee01537 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) +DefaultDependencies=no Wants=systemd-udevd-control.socket systemd-udevd-kernel.socket After=systemd-udevd-control.socket systemd-udevd-kernel.socket Before=sysinit.target -DefaultDependencies=no -ConditionCapability=CAP_MKNOD +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