summaryrefslogtreecommitdiffstats
path: root/remote/rootfs/rootfs-stage32/data/etc/systemd/system/killsplash.service
blob: c3e088c8cdd0d5d982a69c9fe589d6b3316e351e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Stop splash screen
Before=getty.target graphical.target
DefaultDependencies=no

[Service]
Type=oneshot
ExecStart=-/opt/openslx/usr/bin/killall fbsplash
ExecStart=/opt/openslx/bin/true
RemainAfterExit=no