[PATCH] Update systemd units service names

Cristian Rodríguez crrodriguez at opensuse.org
Mon Apr 22 17:05:07 PDT 2013


halt,poweroff and kexec are nowdays prefixed with systemd-*
---
 systemd-units/plymouth-halt.service.in     | 2 +-
 systemd-units/plymouth-kexec.service.in    | 2 +-
 systemd-units/plymouth-poweroff.service.in | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/systemd-units/plymouth-halt.service.in b/systemd-units/plymouth-halt.service.in
index 084cfc3..1dce80d 100644
--- a/systemd-units/plymouth-halt.service.in
+++ b/systemd-units/plymouth-halt.service.in
@@ -1,7 +1,7 @@
 [Unit]
 Description=Show Plymouth Halt Screen
 After=getty at tty1.service prefdm.service plymouth-start.service
-Before=halt.service
+Before=systemd-halt.service
 DefaultDependencies=no
 ConditionKernelCommandLine=!plymouth.enable=0
 
diff --git a/systemd-units/plymouth-kexec.service.in b/systemd-units/plymouth-kexec.service.in
index df66ca5..aa8dd9d 100644
--- a/systemd-units/plymouth-kexec.service.in
+++ b/systemd-units/plymouth-kexec.service.in
@@ -1,7 +1,7 @@
 [Unit]
 Description=Show Plymouth Reboot with kexec Screen
 After=getty at tty1.service prefdm.service plymouth-start.service
-Before=kexec.service
+Before=systemd-kexec.service
 DefaultDependencies=no
 ConditionKernelCommandLine=!plymouth.enable=0
 
diff --git a/systemd-units/plymouth-poweroff.service.in b/systemd-units/plymouth-poweroff.service.in
index 9e03ba3..d905d1c 100644
--- a/systemd-units/plymouth-poweroff.service.in
+++ b/systemd-units/plymouth-poweroff.service.in
@@ -1,7 +1,7 @@
 [Unit]
 Description=Show Plymouth Power Off Screen
 After=getty at tty1.service prefdm.service plymouth-start.service
-Before=poweroff.service
+Before=systemd-poweroff.service
 DefaultDependencies=no
 ConditionKernelCommandLine=!plymouth.enable=0
 
-- 
1.8.1.4



More information about the plymouth mailing list