Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
# plymouth-shutdown - put up shutdown splash
2
#
3
# This service triggers plymouth to put up a splash
4
# when leaving runlevel 5.
5
#
6
# Do not edit this file directly. If you want to change the behaviour,
7
# please create a file plymouth-shutdown.override and put your changes there.
8
 
9
start on (splash-request IMMEDIATE=1) or (splash-request and stopped prefdm)
10
 
11
task
12
console output
13
script
14
        /sbin/plymouthd --mode="$MODE" || exit 1
15
        /bin/plymouth --sysinit
16
        /bin/plymouth --show-splash
17
        /bin/plymouth message --text="$MESSAGE"
18
end script
19