diff options
author | Michal Schmidt <mschmidt@redhat.com> | 2010-09-13 14:44:44 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-09-13 19:22:30 +0200 |
commit | 51cfda28c3a91783e159ecac8e6923a3f830a459 (patch) | |
tree | c0920fed01a014cb3afc8d1e30711978584abc41 /units | |
parent | 17dbb83deef352bbea93b4143cc6c38dbce707be (diff) |
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.
Diffstat (limited to 'units')
-rw-r--r-- | units/fedora/plymouth-quit.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/fedora/plymouth-quit.service b/units/fedora/plymouth-quit.service index 869a2ec596..62dbf0e1a2 100644 --- a/units/fedora/plymouth-quit.service +++ b/units/fedora/plymouth-quit.service @@ -8,6 +8,7 @@ [Unit] Description=Terminate Plymouth Boot Screen Before=getty@tty1.service +After=dev-tty1.device rc-local.service [Service] ExecStart=-/usr/bin/plymouth quit |