citadel/poky/meta/recipes-kernel/kexec/kexec-tools/kdump.service

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