source: projects/initscripts/tags/initscripts-8.91.0/init/quit-plymouth.conf @ 1108

Revision 1108, 356 bytes checked in by daisuke, 14 years ago (diff)

import initscripts-8.90.6 from internal cvs repository

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
10script
11         /usr/bin/plymouth quit || :
12end script
Note: See TracBrowser for help on using the repository browser.