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