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

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