12 lines
150 B
SYSTEMD
12 lines
150 B
SYSTEMD
|
[Unit]
|
||
|
Description=Crash recovery kernel arming
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/etc/init.d/kdump start
|
||
|
RemainAfterExit=yes
|
||
|
|
||
|
|
||
|
|