chiark / gitweb /
mount: don't pull in nofail mounts by default, but use them if they are around
[elogind.git] / units / fedora / plymouth-reboot.service
index 286c8abf6c8ae7469d79ca129c7e2109c968b98f..d09171adfefadbef76561382a0b866c9047f4d14 100644 (file)
@@ -7,7 +7,8 @@
 
 [Unit]
 Description=Show Plymouth Reboot Screen
-After=getty@tty1.service prefdm.service
+After=getty@tty1.service prefdm.service plymouth-start.service
+Before=reboot.service
 DefaultDependencies=no
 
 [Service]
@@ -16,6 +17,3 @@ ExecStartPost=-/usr/bin/plymouth --sysinit
 ExecStartPost=-/usr/bin/plymouth --show-splash
 ExecStartPost=-/usr/bin/plymouth message '--text=Rebooting...'
 Type=forking
-
-[Install]
-WantedBy=reboot.target