forked from pool/systemd
Frederic Crozat
c66fa86c13
- Add systemd-splash / bootsplash-startup.service: enable bootsplash at startup. OBS-URL: https://build.opensuse.org/request/show/84642 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=196
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
|