Introduce meta-agl-profile-core and meta-agl-profile-graphics
[AGL/meta-agl.git] / meta-agl-profile-core / recipes-core / psplash / files / psplash-start.service
1 [Unit]
2 Description=Start Psplash Boot Screen
3 Wants=systemd-vconsole-setup.service
4 After=systemd-vconsole-setup.service systemd-udev-trigger.service systemd-udevd.service
5 DefaultDependencies=no
6
7 [Service]
8 ExecStartPre=/bin/sh -c "if [ -e /sys/class/graphics/fbcon/cursor_blink ]; then echo 0 > /sys/class/graphics/fbcon/cursor_blink; fi"
9 ExecStart=/bin/bash -c "/usr/bin/psplash-anim -n -a 90"
10
11 [Install]
12 WantedBy=sysinit.target