2011-07-04 20:32:15 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Crash recovery kernel arming
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2011-07-06 19:25:34 +00:00
|
|
|
ExecStart=/usr/bin/kdumpctl start
|
|
|
|
ExecStop=/usr/bin/kdumpctl stop
|
2011-07-04 20:32:15 +00:00
|
|
|
RemainAfterExit=yes
|
|
|
|
|
|
|
|
|
|
|
|
|