2011-09-29 18:16:35 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Start bootsplash for shutdown/reboot
|
|
|
|
Before=shutdown.service halt.service
|
|
|
|
DefaultDependencies=no
|
2012-02-07 16:49:03 +01:00
|
|
|
ConditionFileIsExecutable=/sbin/splash
|
2011-09-29 18:16:35 +02:00
|
|
|
ConditionKernelCommandLine=splash=silent
|
2012-02-07 16:49:03 +01:00
|
|
|
ConditionKernelCommandLine=vga
|
2011-09-29 18:16:35 +02:00
|
|
|
|
|
|
|
[Service]
|
2012-01-31 13:42:31 +01:00
|
|
|
ExecStartPre=-/bin/kill -SIGRTMIN+20 1
|
2011-09-29 18:16:35 +02:00
|
|
|
ExecStart=/lib/systemd/systemd-bootsplash 0
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=true
|