[systemd-commits] units/systemd-udev-settle.service.in

Kay Sievers kay at kemper.freedesktop.org
Wed Jun 6 05:31:05 PDT 2012


 units/systemd-udev-settle.service.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a2368a3f37ede469d4359421c1e4ad304c682a07
Author: Kay Sievers <kay at vrfy.org>
Date:   Wed Jun 6 14:30:16 2012 +0200

    udev: systemd-udev-settle.service fix After=
    
    https://bugs.freedesktop.org/show_bug.cgi?id=50779

diff --git a/units/systemd-udev-settle.service.in b/units/systemd-udev-settle.service.in
index d637700..2c4c129 100644
--- a/units/systemd-udev-settle.service.in
+++ b/units/systemd-udev-settle.service.in
@@ -21,7 +21,7 @@ Documentation=man:udev(7)
 Documentation=man:systemd-udevd(8)
 DefaultDependencies=no
 Wants=systemd-udev.service
-After=udev-trigger.service
+After=systemd-udev-trigger.service
 Before=basic.target
 ConditionCapability=CAP_MKNOD
 



More information about the systemd-commits mailing list