diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-02-21 23:55:17 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-02-21 23:55:17 +0100 |
commit | b7ff1e47da4653d2ff1ec7b489e6067fed29d8c5 (patch) | |
tree | de418497853af42da6de939e22c501253fdd876f /units/plymouth-quit.service | |
parent | 67d6a9abac34c2c15857c6ad459a5d381e2a7454 (diff) |
plymouth: ensure we start not a single getty before plymouth is gone because we never know which ttys plymouth still controls
Diffstat (limited to 'units/plymouth-quit.service')
-rw-r--r-- | units/plymouth-quit.service | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/units/plymouth-quit.service b/units/plymouth-quit.service index 6310eff495..dabe7c2d49 100644 --- a/units/plymouth-quit.service +++ b/units/plymouth-quit.service @@ -7,8 +7,7 @@ [Unit] Description=Terminate Plymouth Boot Screen -Before=getty@tty1.service -After=dev-tty1.device rc-local.service plymouth-start.service +After=rc-local.service plymouth-start.service [Service] ExecStart=-/bin/plymouth quit |