diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-31 00:52:35 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-31 00:52:35 +0200 |
commit | 739aad5169731424ca49271903afa4148f0129f2 (patch) | |
tree | fab7a278775e811f24ac2c528b51855e960ac5fc /units/fedora/plymouth-start.service | |
parent | cf1a105550766d2251bc10240b6058a37babd600 (diff) |
fedora: start plymouth after udev-settle, so that the graphics modules are loaded
Diffstat (limited to 'units/fedora/plymouth-start.service')
-rw-r--r-- | units/fedora/plymouth-start.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/fedora/plymouth-start.service b/units/fedora/plymouth-start.service index af00724159..8c0ba8b9e7 100644 --- a/units/fedora/plymouth-start.service +++ b/units/fedora/plymouth-start.service @@ -8,7 +8,7 @@ [Unit] Description=Show Plymouth Boot Screen DefaultDependencies=no -After=systemd-vconsole-setup.service +After=systemd-vconsole-setup.service udev-settle.service Before=systemd-ask-password-plymouth.service [Service] |