]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
systemd: don't call udevadm settle before show-splash wip/udev
authorRay Strode <rstrode@redhat.com>
Tue, 10 Dec 2013 02:50:07 +0000 (21:50 -0500)
committerRay Strode <rstrode@redhat.com>
Tue, 10 Dec 2013 06:01:34 +0000 (01:01 -0500)
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

index 446fb32bb85996363aa57dc31bf3e39478f29171..078840c78baf60682ba2451f38edcdee1e9195f2 100644 (file)
@@ -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