forked from pool/systemd
6604e39280
- 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
12 lines
259 B
Desktop File
12 lines
259 B
Desktop File
[Unit]
|
|
Description=Start bootsplash
|
|
DefaultDependencies=no
|
|
ConditionKernelCommandLine=splash=silent
|
|
ConditionKernelCommandLine=vga
|
|
|
|
[Service]
|
|
ExecStartPre=-/bin/kill -SIGRTMIN+20 1
|
|
ExecStart=/lib/systemd/systemd-bootsplash 0
|
|
Type=oneshot
|
|
RemainAfterExit=true
|