cdf25f7fdf
- Add systemd-splash / bootsplash-startup.service: enable bootsplash at startup. (forwarded request 84642 from fcrozat) OBS-URL: https://build.opensuse.org/request/show/84643 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=70
10 lines
188 B
Desktop File
10 lines
188 B
Desktop File
[Unit]
|
|
Description=Start bootsplash
|
|
DefaultDependencies=no
|
|
ConditionKernelCommandLine=splash=silent
|
|
|
|
[Service]
|
|
ExecStart=/lib/system/systemd-bootsplash B
|
|
Type=oneshot
|
|
RemainAfterExit=true
|