weston-ini-conf: Make this track variables correctly for signatures
[AGL/meta-agl.git] / meta-agl / recipes-core / psplash / files / psplash-start.service
index 7881e73..d3b6940 100644 (file)
@@ -5,7 +5,8 @@ After=systemd-vconsole-setup.service systemd-udev-trigger.service systemd-udevd.
 DefaultDependencies=no
 
 [Service]
-ExecStart=/usr/bin/psplash -n
+ExecStartPre=/bin/sh -c "if [ -e /sys/class/graphics/fbcon/cursor_blink ]; then echo 0 > /sys/class/graphics/fbcon/cursor_blink; fi"
+ExecStart=/bin/bash -c "/usr/bin/psplash-anim -n -a 90"
 
 [Install]
 WantedBy=sysinit.target