chiark / gitweb /
units: allow start-up of plymouth ask-password agent very early
[elogind.git] / units / fedora / plymouth-start.service
index 26b04c7f734d02b2e0d7b463241549163ccb86f1..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 --attach-to-session
-ExecStartPost=-/usr/bin/plymouth --show-splash
+ExecStart=/sbin/plymouthd --mode=boot
+ExecStartPost=-/bin/plymouth --show-splash
 Type=forking