2011-09-26 08:20:30 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Start bootsplash
|
|
|
|
DefaultDependencies=no
|
2012-02-10 16:20:20 +00:00
|
|
|
ConditionFileIsExecutable=/sbin/splash
|
2011-09-26 08:20:30 +00:00
|
|
|
ConditionKernelCommandLine=splash=silent
|
2011-12-12 15:59:25 +00:00
|
|
|
ConditionKernelCommandLine=vga
|
2011-09-26 08:20:30 +00:00
|
|
|
|
|
|
|
[Service]
|
2012-02-03 09:26:59 +00:00
|
|
|
ExecStartPre=-/bin/kill -SIGRTMIN+20 1
|
2011-10-02 09:16:05 +00:00
|
|
|
ExecStart=/lib/systemd/systemd-bootsplash 0
|
2011-09-26 08:20:30 +00:00
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=true
|