9346aee607
- Add kdump.service to properly handle kdump initscript with systemd. OBS-URL: https://build.opensuse.org/request/show/197487 OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kdump?expand=0&rev=46
13 lines
229 B
Desktop File
13 lines
229 B
Desktop File
[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
|