aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2008-11-11 15:58:02 -0500
committerBill Nottingham <notting@redhat.com>2008-11-11 15:58:02 -0500
commit015005cf05462b6aeb39fbc27432031dc15f5728 (patch)
treeda7499d0f1d31e1de5214bfa217d547545a1824e
parentf3ca79d10c6794a8d915962ebce3eea2d0559742 (diff)
downloadinitscripts-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.
-rw-r--r--event.d/quit-plymouth4
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