diff options
author | Ray Strode <rstrode@redhat.com> | 2008-09-15 15:19:16 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2008-09-23 14:56:16 -0400 |
commit | b86495580f60058e33c3a5454eda38ffa53d064b (patch) | |
tree | f4b6846123ac1683c2b7d050f045ef5067a6075c /event.d | |
parent | bdd1cc44e6973fb473898c54f2024777c269c410 (diff) | |
download | initscripts-b86495580f60058e33c3a5454eda38ffa53d064b.tar initscripts-b86495580f60058e33c3a5454eda38ffa53d064b.tar.gz initscripts-b86495580f60058e33c3a5454eda38ffa53d064b.tar.bz2 initscripts-b86495580f60058e33c3a5454eda38ffa53d064b.tar.xz initscripts-b86495580f60058e33c3a5454eda38ffa53d064b.zip |
Quit plymouth at end of boot cycle.
Diffstat (limited to 'event.d')
-rw-r--r-- | event.d/quit-plymouth | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/event.d/quit-plymouth b/event.d/quit-plymouth new file mode 100644 index 00000000..4c284ff8 --- /dev/null +++ b/event.d/quit-plymouth @@ -0,0 +1,10 @@ +# quit-plymouth - script to stop boot splash +# +# This service triggers plymouth to quit when we reach the +# end of the boot cycle. prefdm handles quit differently, though. + +start on stopped rc2 +start on stopped rc3 +start on stopped rc4 + +exec /usr/bin/plymouth quit |