diff options
author | Bill Nottingham <notting@redhat.com> | 2009-12-03 14:29:21 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2009-12-03 14:29:21 -0500 |
commit | 79b2b232cb34f7df3e440968240975e44c4b8fc7 (patch) | |
tree | 96897ba99159dc82592baddddf3d68e7eafb64ce /init/quit-plymouth.conf | |
parent | a0025d667ffc0ecd70c0da39a7a3fede56f71a2a (diff) | |
download | initscripts-79b2b232cb34f7df3e440968240975e44c4b8fc7.tar initscripts-79b2b232cb34f7df3e440968240975e44c4b8fc7.tar.gz initscripts-79b2b232cb34f7df3e440968240975e44c4b8fc7.tar.bz2 initscripts-79b2b232cb34f7df3e440968240975e44c4b8fc7.tar.xz initscripts-79b2b232cb34f7df3e440968240975e44c4b8fc7.zip |
Move to new upstart job location and file extension.
Diffstat (limited to 'init/quit-plymouth.conf')
-rw-r--r-- | init/quit-plymouth.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/init/quit-plymouth.conf b/init/quit-plymouth.conf new file mode 100644 index 00000000..13ac3880 --- /dev/null +++ b/init/quit-plymouth.conf @@ -0,0 +1,15 @@ +# quit-plymouth - script to stop boot splash +# +# This service triggers plymouth to quit when we reach the +# end of the boot cycle. We start on 'stopping rcX' to make sure +# this completes before the getty starts. +# prefdm handles quit differently, though. + +start on runlevel S +start on stopping rc2 +start on stopping rc3 +start on stopping rc4 + +script + /usr/bin/plymouth quit || : +end script |