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 | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 4 | Requires=sysinit.target |
5 | After=sysinit.target | ||||
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 6 | |
7 | [Service] | ||||
8 | Type=oneshot | ||||
9 | RemainAfterExit=yes | ||||
10 | ExecStart=@LIBEXECDIR@/kdump-helper start | ||||
11 | ExecStop=@LIBEXECDIR@/kdump-helper stop | ||||
12 | |||||
13 | [Install] | ||||
14 | WantedBy=multi-user.target |