Thanks to the heads-up from Foxboron (on Arch Linux IRC channel) add hereby a LICENSE file to the project that matches the SPDX headers. While at it, fix the SPDX short identifier on headers, that was deprecated (as per [0]). The license file was a pure copy obtained today from [1]. [0] https://spdx.org/licenses/LGPL-2.1+.html [1] https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt Signed-off-by: Guilherme G. Piccoli <gpiccoli@igalia.com>
19 lines
382 B
Desktop File
19 lines
382 B
Desktop File
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
#
|
|
# Copyright (c) 2021 Valve.
|
|
# Maintainer: Guilherme G. Piccoli <gpiccoli@igalia.com>
|
|
#
|
|
|
|
[Unit]
|
|
Description=kdumpst loader boot-time service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
StandardOutput=journal
|
|
ExecStartPre=/usr/lib/kdumpst/kdumpst-load.sh load
|
|
ExecStart=/usr/lib/kdumpst/save-dumps.sh
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=basic.target
|