From eeed550077ee4172c672af100f8b077b016d22e3 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 11 Nov 2008 11:48:53 -0500 Subject: Stop plymouth before stopping the runlevel (#467207) This ensures plymouth stops before the getty starts. --- event.d/quit-plymouth | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'event.d') diff --git a/event.d/quit-plymouth b/event.d/quit-plymouth index 4c284ff8..ba392b1e 100644 --- a/event.d/quit-plymouth +++ b/event.d/quit-plymouth @@ -1,10 +1,12 @@ # quit-plymouth - script to stop boot splash # # This service triggers plymouth to quit when we reach the -# end of the boot cycle. prefdm handles quit differently, though. +# end of the boot cycle. We start on 'stopping rcX' to make sure +# this completes before the getty starts. +# prefdm handles quit differently, though. -start on stopped rc2 -start on stopped rc3 -start on stopped rc4 +start on stopping rc2 +start on stopping rc3 +start on stopping rc4 exec /usr/bin/plymouth quit -- cgit v1.2.1