source: projects/initscripts/trunk/init/plymouth-shutdown.conf @ 2988

Revision 2988, 409 bytes checked in by daisuke, 13 years ago (diff)

update upstart scripts

Line 
1# plymouth-shutdown - put up shutdown splash
2#
3# This service triggers plymouth to put up a splash
4# when leaving runlevel 5.
5
6start on (splash-request IMMEDIATE=1) or (splash-request and stopped prefdm)
7
8task
9console output
10script
11        /sbin/plymouthd --mode="$MODE" || exit 1
12        /bin/plymouth --sysinit
13        /bin/plymouth --show-splash
14        /bin/plymouth message --text="$MESSAGE"
15end script
16
Note: See TracBrowser for help on using the repository browser.