systemd/bootsplash-startup.service
Frederic Crozat 949c25158e - 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/package/show/Base:System/systemd?expand=0&rev=203
2011-09-29 16:16:35 +00:00

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