[systemd-commits] units/fedora
Lennart Poettering
lennart at kemper.freedesktop.org
Mon Sep 13 10:22:52 PDT 2010
units/fedora/plymouth-quit.service | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 51cfda28c3a91783e159ecac8e6923a3f830a459
Author: Michal Schmidt <mschmidt at redhat.com>
Date: Mon Sep 13 14:44:44 2010 +0200
fedora: don't quit plymouth too early
Do not quit plymouth until the dependencies for getty at tty1.service are
ready, in order to minimize the time a black screen is displayed.
diff --git a/units/fedora/plymouth-quit.service b/units/fedora/plymouth-quit.service
index 869a2ec..62dbf0e 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 at tty1.service
+After=dev-tty1.device rc-local.service
[Service]
ExecStart=-/usr/bin/plymouth quit
More information about the systemd-commits
mailing list