kexec-tools/kexec-load.service
Jiri Bohac acd82eb002 - To create rckexec-reload, the service binary is required at
build time. This binary is provided by aaa_base. Make sure this
  package is available during build.

OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=171
2024-09-17 09:59:34 +00:00

13 lines
257 B
Desktop File

[Unit]
Description=load default kernel into the current kernel
Documentation=man:kexec(8)
DefaultDependencies=no
Before=shutdown.target umount.target final.target
[Service]
Type=oneshot
ExecStart=/usr/sbin/kexec-bootloader
[Install]
WantedBy=kexec.target