aboutsummaryrefslogtreecommitdiffstats
path: root/init/quit-plymouth.conf
diff options
context:
space:
mode:
Diffstat (limited to 'init/quit-plymouth.conf')
-rw-r--r--init/quit-plymouth.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/init/quit-plymouth.conf b/init/quit-plymouth.conf
new file mode 100644
index 00000000..8b2e6f6a
--- /dev/null
+++ b/init/quit-plymouth.conf
@@ -0,0 +1,12 @@
+# quit-plymouth - script to stop boot splash
+#
+# This service triggers plymouth to quit when we reach the
+# 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 runlevel S or stopping rc RUNLEVEL=[234]
+
+script
+ /usr/bin/plymouth quit || :
+end script