blob: 4c284ff8c50cfaa27905a98129f7f0817e37a7e4 (
plain)
1
2
3
4
5
6
7
8
9
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
|