mirror of
https://git.yoctoproject.org/poky
synced 2026-05-16 17:27:54 +02:00
Add file kdump.service to support kdump in systemd. (From OE-Core rev: a502e406c4e47b72eeb052ec2accba55fb6af972) Signed-off-by: Wenlin Kang <wenlin.kang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
239 B
Desktop File
13 lines
239 B
Desktop File
[Unit]
|
|
Description=Reboot and dump vmcore via kexec
|
|
DefaultDependencies=no
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=@LIBEXECDIR@/kdump-helper start
|
|
ExecStop=@LIBEXECDIR@/kdump-helper stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|