| Revision 2988,
362 bytes
checked in by daisuke, 16 years ago
(diff) |
|
update upstart scripts
|
| Line | |
|---|
| 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 | start on runlevel S or stopping rc RUNLEVEL=[234] |
|---|
| 9 | |
|---|
| 10 | task |
|---|
| 11 | |
|---|
| 12 | script |
|---|
| 13 | /usr/bin/plymouth quit || : |
|---|
| 14 | end script |
|---|
Note: See
TracBrowser
for help on using the repository browser.