forked from ZhuningOS/kexec-tools
Initialize for kexec-tools
This commit is contained in:
commit
04e87e0062
20 changed files with 2291 additions and 0 deletions
12
kexec-load.service
Normal file
12
kexec-load.service
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue