blob: 013c5a62b33acd16c57e2c55b12e74eac9d5fd86 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001[Unit]
2Description=Reboot and dump vmcore via kexec
3DefaultDependencies=no
Brad Bishopd5ae7d92018-06-14 09:52:03 -07004After=basic.target
Brad Bishopd7bf8c12018-02-25 22:55:05 -05005
6[Service]
7Type=oneshot
8RemainAfterExit=yes
9ExecStart=@LIBEXECDIR@/kdump-helper start
10ExecStop=@LIBEXECDIR@/kdump-helper stop
11
12[Install]
13WantedBy=multi-user.target