Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 1 | [Unit] |
2 | Description=Reboot and dump vmcore via kexec | ||||
3 | DefaultDependencies=no | ||||
Brad Bishop | d5ae7d9 | 2018-06-14 09:52:03 -0700 | [diff] [blame] | 4 | After=basic.target |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 5 | |
6 | [Service] | ||||
7 | Type=oneshot | ||||
8 | RemainAfterExit=yes | ||||
9 | ExecStart=@LIBEXECDIR@/kdump-helper start | ||||
10 | ExecStop=@LIBEXECDIR@/kdump-helper stop | ||||
11 | |||||
12 | [Install] | ||||
13 | WantedBy=multi-user.target |