aboutsummaryrefslogtreecommitdiffstats
path: root/event.d/quit-plymouth
blob: ba392b1e9d57bd461e615386884199d9b5c2434b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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 stopping rc2
start on stopping rc3
start on stopping rc4

exec /usr/bin/plymouth quit