diff options
-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 |