forked from pool/systemd
Frederic Crozat
387d1db201
- Add avoid-random-seed-cycle.patch: fix dependency cycle between cryptsetup and random-seed-load (bnc#721666). - Add crash-isolating.patch: fix crash when isolating a service. - Fix bootsplash being killed too early. - Fix some manpages not being redirected properly. - Add storage-after-cryptsetup.service to restart lvm after cryptsetup. Fixes lvm on top of LUKS (bnc#724238). - Add avoid-random-seed-cycle.patch: fix dependency cycle between cryptsetup and random-seed-load (bnc#721666). - Add crash-isolating.patch: fix crash when isolating a service. - Fix bootsplash being killed too early. - Fix some manpages not being redirected properly. - Add storage-after-cryptsetup.service to restart lvm after cryptsetup. Fixes lvm on top of LUKS (bnc#724238). OBS-URL: https://build.opensuse.org/request/show/89336 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=219
12 lines
272 B
Desktop File
12 lines
272 B
Desktop File
[Unit]
|
|
Description=Terminate bootsplash
|
|
After=xdm.service rc-local.service bootsplash-startup.service
|
|
Before=getty@tty1.service
|
|
DefaultDependencies=no
|
|
Names=plymout-quit-wait.service
|
|
|
|
[Service]
|
|
ExecStart=/lib/systemd/systemd-bootsplash 5
|
|
Type=oneshot
|
|
RemainAfterExit=true
|