]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
systemd-units: ensure udevd is started before plymouthd
authorRay Strode <rstrode@redhat.com>
Wed, 11 Dec 2013 17:10:08 +0000 (12:10 -0500)
committerRay Strode <rstrode@redhat.com>
Wed, 11 Dec 2013 18:00:02 +0000 (13:00 -0500)
We need to make sure udevd is started before plymouthd since we
need to know that "queue is empty" means "coldplug complete" not
"coldplug hasn't started yet".

systemd-units/plymouth-start.service.in

index 078840c78baf60682ba2451f38edcdee1e9195f2..0d5ff2a5195c9442551e7160fa7e32f62d2d3e89 100644 (file)
@@ -2,7 +2,7 @@
 Description=Show Plymouth Boot Screen
 DefaultDependencies=no
 Wants=systemd-ask-password-plymouth.path systemd-vconsole-setup.service
-After=systemd-vconsole-setup.service systemd-udev-trigger.service
+After=systemd-vconsole-setup.service systemd-udev-trigger.service systemd-udevd.service
 Before=systemd-ask-password-plymouth.service
 ConditionKernelCommandLine=!plymouth.enable=0