kdump/systemd: Drop the systemd loader appoach

Currently we have a loader script, that just calls the dump saving
script and exits successfully. This was meant to prevent potential
boot stalls due to systemd delays, but it proved to be just
unnecessary...so, let's drop it here.

Signed-off-by: Guilherme G. Piccoli <gpiccoli@igalia.com>
This commit is contained in:
Guilherme G. Piccoli
2022-11-23 18:17:20 -03:00
parent 0bfd8fed32
commit 11e799c1bb
3 changed files with 1 additions and 14 deletions

View File

@ -10,7 +10,7 @@ Description=SteamOS kdump loader boot-time service
Type=oneshot
StandardOutput=journal
ExecStartPre=/usr/lib/kdump/kdump-load.sh
ExecStart=/usr/lib/kdump/submitter-load.sh
ExecStart=/usr/lib/kdump/submit-report.sh
RemainAfterExit=yes
[Install]