chiark / gitweb /
units: allow start-up of plymouth ask-password agent very early
[elogind.git] / units / fedora / plymouth-start.service
index e08e8d4dcacadf0c9102472cc7049c3f3f5bc974..8c0ba8b9e73e1f63d44c884928e0ae294f22c9a7 100644 (file)
@@ -8,10 +8,10 @@
 [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]
 ExecStart=/sbin/plymouthd --mode=boot
-ExecStartPost=-/usr/bin/plymouth --show-splash
+ExecStartPost=-/bin/plymouth --show-splash
 Type=forking