chiark / gitweb /
fedora: invoke plymouth with its /bin instead of the /usr/bin/ path
[elogind.git] / units / fedora / plymouth-quit.service
index faf8b4d7a725eb89ebd442088c1a2d3bbe4cea3a..6310eff495decfb65a3ab96acf26fb14b6bd76ad 100644 (file)
@@ -8,10 +8,8 @@
 [Unit]
 Description=Terminate Plymouth Boot Screen
 Before=getty@tty1.service
 [Unit]
 Description=Terminate Plymouth Boot Screen
 Before=getty@tty1.service
+After=dev-tty1.device rc-local.service plymouth-start.service
 
 [Service]
 
 [Service]
-ExecStart=-/usr/bin/plymouth quit
-Type=finish
-
-[Install]
-WantedBy=multi-user.target
+ExecStart=-/bin/plymouth quit
+Type=oneshot