# 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
