Initialize for kexec-tools

This commit is contained in:
zyppe 2024-02-29 16:21:57 +08:00
commit 04e87e0062
20 changed files with 2291 additions and 0 deletions

12
kexec-load.service Normal file
View file

@ -0,0 +1,12 @@
[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