b2863962dd
- Ensure systemd show service status when started behind bootsplash (bnc#736225). - Disable core dump redirection to journal, not stable atm. - Update modules_on_boot.patch to not cause failed state for systemd-modules-load.service (bnc#741481). OBS-URL: https://build.opensuse.org/request/show/102201 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=86
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
|