diff options
author | Bill Nottingham <notting@redhat.com> | 2008-11-11 15:58:02 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2008-11-11 15:58:02 -0500 |
commit | 015005cf05462b6aeb39fbc27432031dc15f5728 (patch) | |
tree | da7499d0f1d31e1de5214bfa217d547545a1824e /event.d | |
parent | f3ca79d10c6794a8d915962ebce3eea2d0559742 (diff) | |
download | initscripts-015005cf05462b6aeb39fbc27432031dc15f5728.tar initscripts-015005cf05462b6aeb39fbc27432031dc15f5728.tar.gz initscripts-015005cf05462b6aeb39fbc27432031dc15f5728.tar.bz2 initscripts-015005cf05462b6aeb39fbc27432031dc15f5728.tar.xz initscripts-015005cf05462b6aeb39fbc27432031dc15f5728.zip |
Don't expose the error from plymouth-not-running to the user.
Diffstat (limited to 'event.d')
-rw-r--r-- | event.d/quit-plymouth | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/event.d/quit-plymouth b/event.d/quit-plymouth index ba392b1e..7f12c230 100644 --- a/event.d/quit-plymouth +++ b/event.d/quit-plymouth @@ -9,4 +9,6 @@ start on stopping rc2 start on stopping rc3 start on stopping rc4 -exec /usr/bin/plymouth quit +script + /usr/bin/plymouth quit || : +end script |