2011-10-02 11:16:05 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Terminate bootsplash
|
|
|
|
After=xdm.service rc-local.service bootsplash-startup.service
|
2011-10-26 15:48:17 +02:00
|
|
|
Before=getty@tty1.service
|
2011-10-02 11:16:05 +02:00
|
|
|
DefaultDependencies=no
|
2011-12-12 16:59:25 +01:00
|
|
|
Names=plymouth-quit-wait.service
|
2012-02-10 17:20:20 +01:00
|
|
|
ConditionFileIsExecutable=/sbin/splash
|
2011-12-12 16:59:25 +01:00
|
|
|
ConditionKernelCommandLine=splash=silent
|
|
|
|
ConditionKernelCommandLine=vga
|
2011-10-02 11:16:05 +02:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
ExecStart=/lib/systemd/systemd-bootsplash 5
|
2012-02-03 10:26:59 +01:00
|
|
|
ExecStartPost=-/bin/kill -SIGRTMIN+21 1
|
2011-10-02 11:16:05 +02:00
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=true
|