summaryrefslogtreecommitdiffstats
path: root/meta-agl/recipes-core/psplash/files/psplash-start.service
blob: 67619d3781087b63b4047c2fd900e21e9129bc53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Start Psplash Boot Screen
Wants=systemd-vconsole-setup.service
After=systemd-vconsole-setup.service systemd-udev-trigger.service systemd-udevd.service
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

[Install]
WantedBy=sysinit.target