summaryrefslogtreecommitdiffstats
path: root/meta-agl/recipes-core/psplash/files/psplash-start.service
blob: 7bad9593eaf2406c04643b5179cfdb4c2701ebed (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

[Install]
WantedBy=sysinit.target