Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
4 |
- |
1 |
# quit-plymouth - script to stop boot splash
|
|
|
2 |
#
|
|
|
3 |
# This service triggers plymouth to quit when we reach the
|
|
|
4 |
# end of the boot cycle. We start on 'stopping rcX' to make sure
|
|
|
5 |
# this completes before the getty starts.
|
|
|
6 |
# prefdm handles quit differently, though.
|
|
|
7 |
#
|
|
|
8 |
# Do not edit this file directly. If you want to change the behaviour,
|
|
|
9 |
# please create a file quit-plymouth.override and put your changes there.
|
|
|
10 |
|
|
|
11 |
start on runlevel S or stopping rc RUNLEVEL=[234]
|
|
|
12 |
|
|
|
13 |
task
|
|
|
14 |
|
|
|
15 |
script
|
|
|
16 |
/bin/plymouth quit || :
|
|
|
17 |
end script
|