Disable blinking cursor when booting with fb console
[AGL/meta-agl.git] / meta-agl / 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=/usr/bin/psplash -n
10
11 [Install]
12 WantedBy=sysinit.target