xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/kexec/kexec-tools/kdump.service (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1[Unit]
2Description=Reboot and dump vmcore via kexec
3DefaultDependencies=no
4Requires=sysinit.target
5After=sysinit.target
6
7[Service]
8Type=oneshot
9RemainAfterExit=yes
10ExecStart=@LIBEXECDIR@/kdump-helper start
11ExecStop=@LIBEXECDIR@/kdump-helper stop
12
13[Install]
14WantedBy=multi-user.target
15