From 3ee341d941786bc478566574cda6a9bac49c8afc Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Mon, 20 Aug 2012 14:35:34 -0400 Subject: [PATCH] systemd: start after udev triggers This fixes the race where udevadm settle finishes too early. --- systemd-units/plymouth-start.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd-units/plymouth-start.service.in b/systemd-units/plymouth-start.service.in index d6091f16..aec26177 100644 --- a/systemd-units/plymouth-start.service.in +++ b/systemd-units/plymouth-start.service.in @@ -2,7 +2,7 @@ Description=Show Plymouth Boot Screen DefaultDependencies=no Wants=systemd-ask-password-plymouth.path -After=systemd-vconsole-setup.service systemd-udev-settle.service +After=systemd-vconsole-setup.service systemd-udev-trigger.service Before=systemd-ask-password-plymouth.service ConditionKernelCommandLine=!plymouth.enable=0 ConditionPathExists=!@plymouthruntimedir@/pid -- 2.47.3