diff options
author | Kay Sievers <kay@vrfy.org> | 2012-05-29 22:32:41 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-05-29 22:32:41 +0200 |
commit | b5d22f5ebec7e28edc95e09487167ba40b6c04a7 (patch) | |
tree | 96d43c388a0b61000a3c626920cc439bd1a1aadb | |
parent | 63210a15e1efdbda3fb3abd9a6ae9961fd0ea153 (diff) |
plymouth: use systemd-udev-settle.service
-rw-r--r-- | units/plymouth-start.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/plymouth-start.service b/units/plymouth-start.service index 1f05d5cd7b..2e358aa9cd 100644 --- a/units/plymouth-start.service +++ b/units/plymouth-start.service @@ -9,7 +9,7 @@ Description=Show Plymouth Boot Screen DefaultDependencies=no Wants=systemd-ask-password-plymouth.path -After=systemd-vconsole-setup.service udev-settle.service +After=systemd-vconsole-setup.service systemd-udev-settle.service Before=systemd-ask-password-plymouth.service # Dracut informs us with this flag file if plymouth is already running |