Blame 0077-dracut-shutdown.service-s-reboot.service-systemd-reb.patch
|
Harald Hoyer |
08211a |
From 0d5727039578d58dd5f9d2e718e3433a3da876b0 Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
08211a |
From: Harald Hoyer <harald@redhat.com>
|
|
Harald Hoyer |
08211a |
Date: Wed, 11 Jul 2012 10:00:10 +0200
|
|
Harald Hoyer |
08211a |
Subject: [PATCH] dracut-shutdown.service:
|
|
Harald Hoyer |
08211a |
s/reboot.service/systemd-reboot.service/
|
|
Harald Hoyer |
08211a |
|
|
Harald Hoyer |
08211a |
---
|
|
Harald Hoyer |
08211a |
dracut-shutdown.service | 2 +-
|
|
Harald Hoyer |
08211a |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
Harald Hoyer |
08211a |
|
|
Harald Hoyer |
08211a |
diff --git a/dracut-shutdown.service b/dracut-shutdown.service
|
|
Harald Hoyer |
08211a |
index f96418b..da3a537 100644
|
|
Harald Hoyer |
08211a |
--- a/dracut-shutdown.service
|
|
Harald Hoyer |
08211a |
+++ b/dracut-shutdown.service
|
|
Harald Hoyer |
08211a |
@@ -8,7 +8,7 @@
|
|
Harald Hoyer |
08211a |
[Unit]
|
|
Harald Hoyer |
08211a |
Description=Restore /run/initramfs
|
|
Harald Hoyer |
08211a |
After=getty@tty1.service prefdm.service
|
|
Harald Hoyer |
08211a |
-Before=reboot.service shutdown.target
|
|
Harald Hoyer |
08211a |
+Before=systemd-reboot.service shutdown.target
|
|
Harald Hoyer |
08211a |
DefaultDependencies=no
|
|
Harald Hoyer |
08211a |
ConditionPathExists=/run/initramfs/.need_shutdown
|
|
Harald Hoyer |
08211a |
ConditionPathExists=!/run/initramfs/bin/sh
|