plymouth/plymouth-change-service-name.patch

51 lines
2.4 KiB
Diff
Raw Normal View History

Index: plymouth-0.8.8_git201211022126/systemd-units/plymouth-halt.service.in
===================================================================
--- plymouth-0.8.8_git201211022126.orig/systemd-units/plymouth-halt.service.in
+++ plymouth-0.8.8_git201211022126/systemd-units/plymouth-halt.service.in
@@ -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: plymouth-0.8.8_git201211022126/systemd-units/plymouth-kexec.service.in
===================================================================
--- plymouth-0.8.8_git201211022126.orig/systemd-units/plymouth-kexec.service.in
+++ plymouth-0.8.8_git201211022126/systemd-units/plymouth-kexec.service.in
@@ -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: plymouth-0.8.8_git201211022126/systemd-units/plymouth-poweroff.service.in
===================================================================
--- plymouth-0.8.8_git201211022126.orig/systemd-units/plymouth-poweroff.service.in
+++ plymouth-0.8.8_git201211022126/systemd-units/plymouth-poweroff.service.in
@@ -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: plymouth-0.8.8_git201211022126/systemd-units/plymouth-reboot.service.in
===================================================================
--- plymouth-0.8.8_git201211022126.orig/systemd-units/plymouth-reboot.service.in
+++ plymouth-0.8.8_git201211022126/systemd-units/plymouth-reboot.service.in
@@ -1,7 +1,7 @@
[Unit]
Description=Show Plymouth Reboot Screen
-After=getty@tty1.service prefdm.service plymouth-start.service
-Before=reboot.service
+After=getty@tty1.service display-manager.service plymouth-start.service
+Before=systemd-reboot.service
DefaultDependencies=no
ConditionKernelCommandLine=!plymouth.enable=0