psplash: add animation and last message from systemd
[AGL/meta-agl.git] / meta-agl / recipes-core / psplash / files / psplash-start.service
index 67619d3..d3b6940 100644 (file)
@@ -6,7 +6,7 @@ DefaultDependencies=no
 
 [Service]
 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
+ExecStart=/bin/bash -c "/usr/bin/psplash-anim -n -a 90"
 
 [Install]
 WantedBy=sysinit.target