blob: b4a2c0611d30173c593ae277c0b63fda793022c3 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001[Unit]
2Description=Reboot and dump vmcore via kexec
3DefaultDependencies=no
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08004Requires=sysinit.target
5After=sysinit.target
Brad Bishopd7bf8c12018-02-25 22:55:05 -05006
7[Service]
8Type=oneshot
9RemainAfterExit=yes
10ExecStart=@LIBEXECDIR@/kdump-helper start
11ExecStop=@LIBEXECDIR@/kdump-helper stop
12
13[Install]
14WantedBy=multi-user.target