mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
fedora: don't quit plymouth too early
Do not quit plymouth until the dependencies for getty@tty1.service are ready, in order to minimize the time a black screen is displayed.
This commit is contained in:
parent
17dbb83dee
commit
51cfda28c3
@ -8,6 +8,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Terminate Plymouth Boot Screen
|
Description=Terminate Plymouth Boot Screen
|
||||||
Before=getty@tty1.service
|
Before=getty@tty1.service
|
||||||
|
After=dev-tty1.device rc-local.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=-/usr/bin/plymouth quit
|
ExecStart=-/usr/bin/plymouth quit
|
||||||
|
Loading…
Reference in New Issue
Block a user