Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates > by-pkgid > 929a45cda68c1bba8856fb72d8a577b2 > files > 12

initscripts-9.12.1-1.fc13.i686.rpm

# quit-plymouth - script to stop boot splash
#
# This service triggers plymouth to quit when we reach the
# end of the boot cycle. We start on 'stopping rcX' to make sure
# this completes before the getty starts.
# prefdm handles quit differently, though.

start on runlevel S or stopping rc RUNLEVEL=[234]

task

script
	 /usr/bin/plymouth quit || :
end script