From d85174edb7389f670705595804b48aee0278ed2f Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 6 Aug 2012 15:18:23 -0400 Subject: Initial removal of support for non-systemd systems. --- init/plymouth-shutdown.conf | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 init/plymouth-shutdown.conf (limited to 'init/plymouth-shutdown.conf') 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 - -- cgit v1.2.1