From 90a23b832d1f113d679be1dfa60cba448a07a8ce Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Mon, 9 Dec 2013 21:50:07 -0500 Subject: [PATCH] systemd: don't call udevadm settle before show-splash Since we're monitoring udev explicitly now, we have no need to block the client show-splash request until graphics devices settle. This commit removes the udevadm calls from plymouth-start.service. --- 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 446fb32b..078840c7 100644 --- a/systemd-units/plymouth-start.service.in +++ b/systemd-units/plymouth-start.service.in @@ -8,7 +8,7 @@ ConditionKernelCommandLine=!plymouth.enable=0 [Service] ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=boot --pid-file=@plymouthruntimedir@/pid --attach-to-session -ExecStartPost=-@UDEVADM@ settle --timeout=30 --exit-if-exists=/sys/class/drm/card0/dev ; -@UDEVADM@ settle --timeout=30 --exit-if-exists=/sys/class/graphics/fb0/dev ; -@PLYMOUTH_CLIENT_DIR@/plymouth show-splash +ExecStartPost=-@PLYMOUTH_CLIENT_DIR@/plymouth show-splash Type=forking KillMode=none SendSIGKILL=no -- 2.47.2