Skip to content

Commit

Permalink
Fix dependencies of kdump-save.service
Browse files Browse the repository at this point in the history
Sometimes, kdump-save starts before network is configured. That's
because dracut network setup is done in initqueue, but kdump-save
does not add an ordering dependency for the corresponding service.

This fixes issue #26.

Signed-off-by: Petr Tesarik <ptesarik@suse.com>
  • Loading branch information
ptesarik committed Feb 1, 2022
1 parent 9421bcd commit 8adf111
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dracut/kdump-save.service.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
Description=save kernel crash dump
Documentation=man:kdump(7)
RequiresMountsFor=@KDUMP_MOUNTPOINTS@
After=dracut-initqueue.service
Before=initrd-parse-etc.service
ConditionPathExists=/etc/initrd-release
ConditionPathExists=/proc/vmcore
Expand Down

0 comments on commit 8adf111

Please sign in to comment.