blob: d3b6940d0de652dbfb2a2e86f9c4c9e75bc51665 (
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=/bin/bash -c "/usr/bin/psplash-anim -n -a 90"
[Install]
WantedBy=sysinit.target
|