forked from pool/systemd
Frederic Crozat
d66b3fca4f
(bnc#736225). - Disable core dump redirection to journal, not stable atm. OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=237
15 lines
385 B
Desktop File
15 lines
385 B
Desktop File
[Unit]
|
|
Description=Terminate bootsplash
|
|
After=xdm.service rc-local.service bootsplash-startup.service
|
|
Before=getty@tty1.service
|
|
DefaultDependencies=no
|
|
Names=plymouth-quit-wait.service
|
|
ConditionKernelCommandLine=splash=silent
|
|
ConditionKernelCommandLine=vga
|
|
|
|
[Service]
|
|
ExecStart=/lib/systemd/systemd-bootsplash 5
|
|
ExecStartPost=-/bin/kill -SIGRTMIN+21 1
|
|
Type=oneshot
|
|
RemainAfterExit=true
|