aboutsummaryrefslogtreecommitdiffstats
path: root/event.d/quit-plymouth
diff options
context:
space:
mode:
Diffstat (limited to 'event.d/quit-plymouth')
-rw-r--r--event.d/quit-plymouth10
1 files changed, 6 insertions, 4 deletions
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