diff options
author | Harald Hoyer <harald@redhat.com> | 2013-02-14 12:52:24 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-03-06 15:39:37 +0100 |
commit | da61d6b2f20767a6a4116aac4bbf11281cd3b290 (patch) | |
tree | 28980d6bfa32c9b83caf1b7072dbf36e40a7b5fb | |
parent | 248ea600d090fd9e5de3443a6b7b7194bf55f9c2 (diff) |
units: run systemd-ask-password-console.service after systemd-vconsole-setup.service
-rw-r--r-- | units/systemd-ask-password-console.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-ask-password-console.service.in b/units/systemd-ask-password-console.service.in index 4bcb30be02..a24fa51903 100644 --- a/units/systemd-ask-password-console.service.in +++ b/units/systemd-ask-password-console.service.in @@ -10,7 +10,7 @@ Description=Dispatch Password Requests to Console Documentation=man:systemd-ask-password-console.service(8) DefaultDependencies=no Conflicts=shutdown.target -After=plymouth-start.service +After=plymouth-start.service systemd-vconsole-setup.service Before=shutdown.target ConditionPathExists=!/run/plymouth/pid |