From b86495580f60058e33c3a5454eda38ffa53d064b Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Mon, 15 Sep 2008 15:19:16 -0400 Subject: Quit plymouth at end of boot cycle. --- event.d/quit-plymouth | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 event.d/quit-plymouth (limited to 'event.d') diff --git a/event.d/quit-plymouth b/event.d/quit-plymouth new file mode 100644 index 00000000..4c284ff8 --- /dev/null +++ b/event.d/quit-plymouth @@ -0,0 +1,10 @@ +# 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. + +start on stopped rc2 +start on stopped rc3 +start on stopped rc4 + +exec /usr/bin/plymouth quit -- cgit v1.2.1