]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
systemd units: Replace prefdm.service with display-manager.service
authorColin Walters <walters@verbum.org>
Thu, 18 Jul 2013 22:38:24 +0000 (18:38 -0400)
committerRay Strode <rstrode@redhat.com>
Fri, 19 Jul 2013 14:25:20 +0000 (10:25 -0400)
The former is dead, the latter is the new name.  See:

http://cgit.freedesktop.org/systemd/systemd/commit/?id=b2c9cbafb8b1a2742978e1faf37fbb3cf4fb5d44
https://fedoraproject.org/wiki/Features/DisplayManagerRework

systemd-units/plymouth-halt.service.in
systemd-units/plymouth-kexec.service.in
systemd-units/plymouth-poweroff.service.in
systemd-units/plymouth-reboot.service.in

index 084cfc342629a2e86e5f53908035f478a9efc1ff..3df710a086ce0200057866f3f756dfddb25dc00a 100644 (file)
@@ -1,6 +1,6 @@
 [Unit]
 Description=Show Plymouth Halt Screen
-After=getty@tty1.service prefdm.service plymouth-start.service
+After=getty@tty1.service display-manager.service plymouth-start.service
 Before=halt.service
 DefaultDependencies=no
 ConditionKernelCommandLine=!plymouth.enable=0
index df66ca5116d6140471d8172be7ea0d1f3d9c97e7..75702ae0ecd3eb2a05cd67d71b09c7accaa22ab8 100644 (file)
@@ -1,6 +1,6 @@
 [Unit]
 Description=Show Plymouth Reboot with kexec Screen
-After=getty@tty1.service prefdm.service plymouth-start.service
+After=getty@tty1.service display-manager.service plymouth-start.service
 Before=kexec.service
 DefaultDependencies=no
 ConditionKernelCommandLine=!plymouth.enable=0
index 9e03ba38ae00b307e9b02ece8c6d73662be9ac7e..35ff352608651ac40c5977184ef2078d4a5217d1 100644 (file)
@@ -1,6 +1,6 @@
 [Unit]
 Description=Show Plymouth Power Off Screen
-After=getty@tty1.service prefdm.service plymouth-start.service
+After=getty@tty1.service display-manager.service plymouth-start.service
 Before=poweroff.service
 DefaultDependencies=no
 ConditionKernelCommandLine=!plymouth.enable=0
index be0754cd62b2a5420016709fb4c58d8a0b400f88..514ca008fe0900c3d3a43830dd2d0062bd27e8e1 100644 (file)
@@ -1,6 +1,6 @@
 [Unit]
 Description=Show Plymouth Reboot Screen
-After=getty@tty1.service prefdm.service plymouth-start.service
+After=getty@tty1.service display-manager.service plymouth-start.service
 Before=reboot.service
 DefaultDependencies=no
 ConditionKernelCommandLine=!plymouth.enable=0