linuxOS_PX30_CAR/yocto/poky/meta/recipes-kernel/kexec/kexec-tools/kdump.service

15 lines
284 B
SYSTEMD
Raw Permalink Normal View History

2026-01-20 05:50:57 +00:00
[Unit]
Description=Reboot and dump vmcore via kexec
DefaultDependencies=no
Requires=sysinit.target
After=sysinit.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=@LIBEXECDIR@/kdump-helper start
ExecStop=@LIBEXECDIR@/kdump-helper stop
[Install]
WantedBy=multi-user.target