forked from pool/systemd
Frederic Crozat
d7a8930eb1
- 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
11 lines
246 B
Desktop File
11 lines
246 B
Desktop File
[Unit]
|
|
Description=Terminate bootsplash
|
|
After=xdm.service rc-local.service bootsplash-startup.service
|
|
DefaultDependencies=no
|
|
Names=plymout-quit-wait.service
|
|
|
|
[Service]
|
|
ExecStart=/lib/systemd/systemd-bootsplash 5
|
|
Type=oneshot
|
|
RemainAfterExit=true
|