15 lines
284 B
SYSTEMD
15 lines
284 B
SYSTEMD
|
[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
|