diff options
author | Ray Strode <rstrode@redhat.com> | 2013-03-26 11:41:14 -0400 |
---|---|---|
committer | Ray Strode <rstrode@redhat.com> | 2013-03-26 11:41:55 -0400 |
commit | 5f3ebd4f6d6c2bf82a9ed48862e86d2663f206c4 (patch) | |
tree | 1dc1f35771a4260435e92a7891ab82a8169571ec | |
parent | 8be792a5a7914f742f188493df37c0e967f8e847 (diff) |
systemd: add Wants: systemd-vconsole-setup.service
Harald says we need it.
-rw-r--r-- | systemd-units/plymouth-start.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd-units/plymouth-start.service.in b/systemd-units/plymouth-start.service.in index 0f9c4be4..951e8d6d 100644 --- a/systemd-units/plymouth-start.service.in +++ b/systemd-units/plymouth-start.service.in @@ -1,7 +1,7 @@ [Unit] Description=Show Plymouth Boot Screen DefaultDependencies=no -Wants=systemd-ask-password-plymouth.path +Wants=systemd-ask-password-plymouth.path systemd-vconsole-setup.service After=systemd-vconsole-setup.service systemd-udev-trigger.service Before=systemd-ask-password-plymouth.service ConditionKernelCommandLine=!plymouth.enable=0 |