aboutsummaryrefslogtreecommitdiffstats
path: root/init/plymouth-shutdown.conf
diff options
context:
space:
mode:
Diffstat (limited to 'init/plymouth-shutdown.conf')
-rw-r--r--init/plymouth-shutdown.conf16
1 files changed, 0 insertions, 16 deletions
diff --git a/init/plymouth-shutdown.conf b/init/plymouth-shutdown.conf
deleted file mode 100644
index 49010848..00000000
--- a/init/plymouth-shutdown.conf
+++ /dev/null
@@ -1,16 +0,0 @@
-# plymouth-shutdown - put up shutdown splash
-#
-# This service triggers plymouth to put up a splash
-# when leaving runlevel 5.
-
-start on (splash-request IMMEDIATE=1) or (splash-request and stopped prefdm)
-
-task
-console output
-script
- /sbin/plymouthd --mode="$MODE" || exit 1
- /bin/plymouth --sysinit
- /bin/plymouth --show-splash
- /bin/plymouth message --text="$MESSAGE"
-end script
-