]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
systemd units: halt/reboot/kexec/power systemd unit have changed names
authorFrederic Crozat <fcrozat@suse.com>
Mon, 29 Jul 2013 15:41:30 +0000 (17:41 +0200)
committerFrederic Crozat <fcrozat@suse.com>
Mon, 29 Jul 2013 15:41:30 +0000 (17:41 +0200)
Ensure we use the new 'systemd-' prefixed names now.

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 3df710a086ce0200057866f3f756dfddb25dc00a..fd27e1013644287e338f18227ec369791841fa87 100644 (file)
@@ -1,7 +1,7 @@
 [Unit]
 Description=Show Plymouth Halt Screen
 After=getty@tty1.service display-manager.service plymouth-start.service
-Before=halt.service
+Before=systemd-halt.service
 DefaultDependencies=no
 ConditionKernelCommandLine=!plymouth.enable=0
 
index 75702ae0ecd3eb2a05cd67d71b09c7accaa22ab8..8aa661d91849d84f8f09cea67c607cb4cc63c30b 100644 (file)
@@ -1,7 +1,7 @@
 [Unit]
 Description=Show Plymouth Reboot with kexec Screen
 After=getty@tty1.service display-manager.service plymouth-start.service
-Before=kexec.service
+Before=systemd-kexec.service
 DefaultDependencies=no
 ConditionKernelCommandLine=!plymouth.enable=0
 
index 35ff352608651ac40c5977184ef2078d4a5217d1..305ece6cbc0a0487752832ae22ea901e8a8825eb 100644 (file)
@@ -1,7 +1,7 @@
 [Unit]
 Description=Show Plymouth Power Off Screen
 After=getty@tty1.service display-manager.service plymouth-start.service
-Before=poweroff.service
+Before=systemd-poweroff.service
 DefaultDependencies=no
 ConditionKernelCommandLine=!plymouth.enable=0
 
index 514ca008fe0900c3d3a43830dd2d0062bd27e8e1..ce56855546c6656973d554be8acbb73875db9d0a 100644 (file)
@@ -1,7 +1,7 @@
 [Unit]
 Description=Show Plymouth Reboot Screen
 After=getty@tty1.service display-manager.service plymouth-start.service
-Before=reboot.service
+Before=systemd-reboot.service
 DefaultDependencies=no
 ConditionKernelCommandLine=!plymouth.enable=0