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
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
|