forked from pool/systemd
Frederic Crozat
3dc550399c
- Add services to stop bootsplash at end of startup and start it at beginning of shutdown. - Fix bootsplash call and ensure dependencies are set right. - Add services to stop bootsplash at end of startup and start it at beginning of shutdown. - Fix bootsplash call and ensure dependencies are set right. OBS-URL: https://build.opensuse.org/request/show/85489 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=203
10 lines
189 B
Desktop File
10 lines
189 B
Desktop File
[Unit]
|
|
Description=Start bootsplash
|
|
DefaultDependencies=no
|
|
ConditionKernelCommandLine=splash=silent
|
|
|
|
[Service]
|
|
ExecStart=/lib/systemd/systemd-bootsplash 0
|
|
Type=oneshot
|
|
RemainAfterExit=true
|