systemd/0001-plymouth-call-plymouth-quit-before-running-the-getty.patch
2010-08-12 04:31:42 +02:00

27 lines
775 B
Diff

From 216bd4cea37c101254956f0819baa1dfbd4ee3b3 Mon Sep 17 00:00:00 2001
From: Lennart Poettering <lennart@poettering.net>
Date: Thu, 12 Aug 2010 04:23:54 +0200
Subject: [PATCH] plymouth: call plymouth quit before running the getty, not after
https://bugzilla.redhat.com/show_bug.cgi?id=623430
---
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 e676eca..faf8b4d 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
--
1.7.0.1