aboutsummaryrefslogtreecommitdiffstats
path: root/init/quit-plymouth.conf
blob: b08c079adfdaa4844e99c2a569d289b226ffe622 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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.
#
# Do not edit this file directly. If you want to change the behaviour,
# please create a file quit-plymouth.override and put your changes there.

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

task

script
	 /bin/plymouth quit || :
end script