source: projects/initscripts/tags/initscripts-8.91.3/init/quit-plymouth.conf @ 3072

Revision 3072, 362 bytes checked in by daisuke, 13 years ago (diff)

tagging as initscripts-8.91.3

Line 
1# quit-plymouth - script to stop boot splash
2#
3# This service triggers plymouth to quit when we reach the
4# end of the boot cycle. We start on 'stopping rcX' to make sure
5# this completes before the getty starts.
6# prefdm handles quit differently, though.
7
8start on runlevel S or stopping rc RUNLEVEL=[234]
9
10task
11
12script
13         /usr/bin/plymouth quit || :
14end script
Note: See TracBrowser for help on using the repository browser.