blob: 4e65a46ac4c24e058ea344ef1aa4f5b24d4f9414 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001[Unit]
2Description=Reboot and dump vmcore via kexec
3DefaultDependencies=no
4
5[Service]
6Type=oneshot
7RemainAfterExit=yes
8ExecStart=@LIBEXECDIR@/kdump-helper start
9ExecStop=@LIBEXECDIR@/kdump-helper stop
10
11[Install]
12WantedBy=multi-user.target