chiark / gitweb /
locale: unify some code between fedora and altlinux
[elogind.git] / units / fedora / plymouth-start.service
index 26b04c7f734d02b2e0d7b463241549163ccb86f1..61cb82cde4ad3518680363fd78e9efa43d72e01f 100644 (file)
@@ -8,10 +8,11 @@
 [Unit]
 Description=Show Plymouth Boot Screen
 DefaultDependencies=no
 [Unit]
 Description=Show Plymouth Boot Screen
 DefaultDependencies=no
-After=systemd-vconsole-setup.service
+Wants=systemd-ask-password-plymouth.path
+After=systemd-vconsole-setup.service udev-settle.service
 Before=systemd-ask-password-plymouth.service
 
 [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
 Type=forking