diff options
author | Bill Nottingham <notting@redhat.com> | 2009-03-19 14:55:34 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2009-03-19 14:55:34 -0400 |
commit | 7e4665031dde71315e0cdf6e2308d09f600012f1 (patch) | |
tree | f2c0c961af89657ad002324d02e5616646ebe2d5 | |
parent | a79cd004b1212125f1bb8f2b6d72065aa7505c4e (diff) | |
download | initscripts-7e4665031dde71315e0cdf6e2308d09f600012f1.tar initscripts-7e4665031dde71315e0cdf6e2308d09f600012f1.tar.gz initscripts-7e4665031dde71315e0cdf6e2308d09f600012f1.tar.bz2 initscripts-7e4665031dde71315e0cdf6e2308d09f600012f1.tar.xz initscripts-7e4665031dde71315e0cdf6e2308d09f600012f1.zip |
Stop plymouth when starting single-user mode. (#491062)
-rw-r--r-- | event.d/quit-plymouth | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/event.d/quit-plymouth b/event.d/quit-plymouth index 7f12c230..13ac3880 100644 --- a/event.d/quit-plymouth +++ b/event.d/quit-plymouth @@ -5,6 +5,7 @@ # 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 |