10 lines
139 B
SYSTEMD
10 lines
139 B
SYSTEMD
|
[Unit]
|
||
|
Description=Kexec Kdump Test Service
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/kexec-kdump-test/init.sh
|
||
|
Type=idle
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|