Blame SOURCES/0147-systemd-dracut-shutdown.service-make-failure-non-fat.patch

712866
From af1154fdce0e6fe0e8cb1216cc5e2f420eb03975 Mon Sep 17 00:00:00 2001
712866
From: Harald Hoyer <harald@redhat.com>
712866
Date: Wed, 12 Mar 2014 15:39:08 +0100
712866
Subject: [PATCH] systemd/dracut-shutdown.service: make failure non-fatal
712866
712866
---
712866
 modules.d/98systemd/dracut-shutdown.service | 2 +-
712866
 1 file changed, 1 insertion(+), 1 deletion(-)
712866
712866
diff --git a/modules.d/98systemd/dracut-shutdown.service b/modules.d/98systemd/dracut-shutdown.service
5c6c2a
index e733300c..3b8b6da6 100644
712866
--- a/modules.d/98systemd/dracut-shutdown.service
712866
+++ b/modules.d/98systemd/dracut-shutdown.service
712866
@@ -15,6 +15,6 @@ ConditionPathExists=/run/initramfs/.need_shutdown
712866
 ConditionPathExists=!/run/initramfs/bin/sh
712866
 
712866
 [Service]
712866
-ExecStart=/usr/lib/dracut/dracut-initramfs-restore
712866
+ExecStart=-/usr/lib/dracut/dracut-initramfs-restore
712866
 Type=oneshot
712866
 RemainAfterExit=yes