2013-07-29 18:24:02 +02:00
|
|
|
From 53f6b44e11cf552e67fb3b45f480eb55dbf2a975 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Frederic Crozat <fcrozat@suse.com>
|
|
|
|
Date: Mon, 29 Jul 2013 15:41:30 +0000
|
|
|
|
Subject: systemd units: halt/reboot/kexec/power systemd unit have changed names
|
|
|
|
|
|
|
|
Ensure we use the new 'systemd-' prefixed names now.
|
|
|
|
---
|
2013-08-01 14:45:36 +02:00
|
|
|
diff -urB a/systemd-units/plymouth-halt.service.in b/systemd-units/plymouth-halt.service.in
|
|
|
|
--- a/systemd-units/plymouth-halt.service.in 2013-04-16 14:48:40.000000000 +0200
|
|
|
|
+++ b/systemd-units/plymouth-halt.service.in 2013-08-01 14:42:02.645779224 +0200
|
2013-07-29 18:24:02 +02:00
|
|
|
@@ -1,7 +1,7 @@
|
|
|
|
[Unit]
|
|
|
|
Description=Show Plymouth Halt Screen
|
2013-08-01 14:45:36 +02:00
|
|
|
After=getty@tty1.service prefdm.service plymouth-start.service
|
2013-07-29 18:24:02 +02:00
|
|
|
-Before=halt.service
|
|
|
|
+Before=systemd-halt.service
|
|
|
|
DefaultDependencies=no
|
|
|
|
ConditionKernelCommandLine=!plymouth.enable=0
|
|
|
|
|
2013-08-01 14:45:36 +02:00
|
|
|
diff -urB a/systemd-units/plymouth-kexec.service.in b/systemd-units/plymouth-kexec.service.in
|
|
|
|
--- a/systemd-units/plymouth-kexec.service.in 2013-04-16 14:48:40.000000000 +0200
|
|
|
|
+++ b/systemd-units/plymouth-kexec.service.in 2013-08-01 14:42:20.097780068 +0200
|
2013-07-29 18:24:02 +02:00
|
|
|
@@ -1,7 +1,7 @@
|
|
|
|
[Unit]
|
|
|
|
Description=Show Plymouth Reboot with kexec Screen
|
2013-08-01 14:45:36 +02:00
|
|
|
After=getty@tty1.service prefdm.service plymouth-start.service
|
2013-07-29 18:24:02 +02:00
|
|
|
-Before=kexec.service
|
|
|
|
+Before=systemd-kexec.service
|
|
|
|
DefaultDependencies=no
|
|
|
|
ConditionKernelCommandLine=!plymouth.enable=0
|
|
|
|
|
2013-08-01 14:45:36 +02:00
|
|
|
diff -urB a/systemd-units/plymouth-poweroff.service.in b/systemd-units/plymouth-poweroff.service.in
|
|
|
|
--- a/systemd-units/plymouth-poweroff.service.in 2013-04-16 14:48:40.000000000 +0200
|
|
|
|
+++ b/systemd-units/plymouth-poweroff.service.in 2013-08-01 14:42:38.393780954 +0200
|
2013-07-29 18:24:02 +02:00
|
|
|
@@ -1,7 +1,7 @@
|
|
|
|
[Unit]
|
|
|
|
Description=Show Plymouth Power Off Screen
|
2013-08-01 14:45:36 +02:00
|
|
|
After=getty@tty1.service prefdm.service plymouth-start.service
|
2013-07-29 18:24:02 +02:00
|
|
|
-Before=poweroff.service
|
|
|
|
+Before=systemd-poweroff.service
|
|
|
|
DefaultDependencies=no
|
|
|
|
ConditionKernelCommandLine=!plymouth.enable=0
|
|
|
|
|
2013-08-01 14:45:36 +02:00
|
|
|
diff -urB a/systemd-units/plymouth-reboot.service.in b/systemd-units/plymouth-reboot.service.in
|
|
|
|
--- a/systemd-units/plymouth-reboot.service.in 2013-04-16 14:48:40.000000000 +0200
|
|
|
|
+++ b/systemd-units/plymouth-reboot.service.in 2013-08-01 14:43:17.673782855 +0200
|
2013-07-29 18:24:02 +02:00
|
|
|
@@ -1,7 +1,7 @@
|
|
|
|
[Unit]
|
|
|
|
Description=Show Plymouth Reboot Screen
|
2013-08-01 14:45:36 +02:00
|
|
|
After=getty@tty1.service prefdm.service plymouth-start.service
|
2013-07-29 18:24:02 +02:00
|
|
|
-Before=reboot.service
|
|
|
|
+Before=systemd-reboot.service
|
|
|
|
DefaultDependencies=no
|
|
|
|
ConditionKernelCommandLine=!plymouth.enable=0
|
2013-08-01 14:45:36 +02:00
|
|
|
|
2013-07-29 18:24:02 +02:00
|
|
|
--
|
|
|
|
cgit v0.9.0.2-2-gbebe
|