Browse Source

systemd/dracut-shutdown.service: make failure non-fatal

master
Harald Hoyer 11 years ago
parent
commit
51160a47b1
  1. 2
      modules.d/98systemd/dracut-shutdown.service

2
modules.d/98systemd/dracut-shutdown.service

@ -15,6 +15,6 @@ ConditionPathExists=/run/initramfs/.need_shutdown @@ -15,6 +15,6 @@ ConditionPathExists=/run/initramfs/.need_shutdown
ConditionPathExists=!/run/initramfs/bin/sh

[Service]
ExecStart=/usr/lib/dracut/dracut-initramfs-restore
ExecStart=-/usr/lib/dracut/dracut-initramfs-restore
Type=oneshot
RemainAfterExit=yes

Loading…
Cancel
Save