systemd/bootsplash-quit.service
Frederic Crozat d7a8930eb1 Accepting request 85489 from home:fcrozat:systemd
- 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
2011-09-29 16:16:35 +00:00

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