weston: Set XDG_RUNTIME_DIR for qcom
[AGL/meta-agl.git] / meta-agl / recipes-core / psplash / files / psplash-start.service
index 7881e73..67619d3 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=/usr/bin/psplash -n -a 90
 
 [Install]
 WantedBy=sysinit.target