13 lines
229 B
SYSTEMD
13 lines
229 B
SYSTEMD
|
[Unit]
|
||
|
Description=Load kdump kernel on startup
|
||
|
After=local-fs.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/etc/init.d/boot.kdump start
|
||
|
ExecStop=/etc/init.d/boot.kdump stop
|
||
|
RemainAfterExit=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|