diff options
author | Bill Nottingham <notting@redhat.com> | 2010-04-26 12:52:25 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2010-04-26 12:52:25 -0400 |
commit | 9cfe03139daa5b86ca0b0922917a1992ca34bb3f (patch) | |
tree | 1797e72c5fb2beebe2dec6005e8a0ef9adb2ad0c /init | |
parent | afcdc680ad34e411446beabb692bf960c27aa8e5 (diff) | |
download | initscripts-9cfe03139daa5b86ca0b0922917a1992ca34bb3f.tar initscripts-9cfe03139daa5b86ca0b0922917a1992ca34bb3f.tar.gz initscripts-9cfe03139daa5b86ca0b0922917a1992ca34bb3f.tar.bz2 initscripts-9cfe03139daa5b86ca0b0922917a1992ca34bb3f.tar.xz initscripts-9cfe03139daa5b86ca0b0922917a1992ca34bb3f.zip |
Use 'task' for stopping plymouth. (<rstrode@redhat.com>)
Diffstat (limited to 'init')
-rw-r--r-- | init/quit-plymouth.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init/quit-plymouth.conf b/init/quit-plymouth.conf index 8b2e6f6a..7f28391e 100644 --- a/init/quit-plymouth.conf +++ b/init/quit-plymouth.conf @@ -7,6 +7,8 @@ start on runlevel S or stopping rc RUNLEVEL=[234] +task + script /usr/bin/plymouth quit || : end script |