diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-12 04:23:54 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-12 17:15:10 +0200 |
commit | 8e1e105b4550a7beb5c02d6d75748319781ae3d4 (patch) | |
tree | 56812612fe9f0417f54a3eee5acbf9ab91ef2bf4 | |
parent | 3059b1c1f414300332320f286bb458531394f0b0 (diff) |
plymouth: call plymouth quit before running the getty, not after
https://bugzilla.redhat.com/show_bug.cgi?id=623430
-rw-r--r-- | units/fedora/plymouth-quit.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/fedora/plymouth-quit.service b/units/fedora/plymouth-quit.service index e676eca883..faf8b4d7a7 100644 --- a/units/fedora/plymouth-quit.service +++ b/units/fedora/plymouth-quit.service @@ -7,7 +7,7 @@ [Unit] Description=Terminate Plymouth Boot Screen -After=getty@tty1.service +Before=getty@tty1.service [Service] ExecStart=-/usr/bin/plymouth quit |