aboutsummaryrefslogtreecommitdiffstats
path: root/init/quit-plymouth.conf
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2012-08-06 15:18:23 -0400
committerBill Nottingham <notting@redhat.com>2012-08-06 15:18:23 -0400
commitd85174edb7389f670705595804b48aee0278ed2f (patch)
tree0cba6c19ef0420ec21bb56c0fe962d13ee3bee4f /init/quit-plymouth.conf
parent164d1ede7161233a2a2fe6e4cf413b44a08923e4 (diff)
downloadinitscripts-d85174edb7389f670705595804b48aee0278ed2f.tar
initscripts-d85174edb7389f670705595804b48aee0278ed2f.tar.gz
initscripts-d85174edb7389f670705595804b48aee0278ed2f.tar.bz2
initscripts-d85174edb7389f670705595804b48aee0278ed2f.tar.xz
initscripts-d85174edb7389f670705595804b48aee0278ed2f.zip
Initial removal of support for non-systemd systems.
Diffstat (limited to 'init/quit-plymouth.conf')
-rw-r--r--init/quit-plymouth.conf14
1 files changed, 0 insertions, 14 deletions
diff --git a/init/quit-plymouth.conf b/init/quit-plymouth.conf
deleted file mode 100644
index 7a67b071..00000000
--- a/init/quit-plymouth.conf
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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]
-
-task
-
-script
- /bin/plymouth quit || :
-end script