Currently half of the files are hyphenated, while the rest use underscore. Just move everything to hyphens. Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
18 lines
320 B
Desktop File
18 lines
320 B
Desktop File
# SPDX-License-Identifier: LGPL-2.1+
|
|
#
|
|
# Copyright (c) 2021 Valve.
|
|
#
|
|
|
|
[Unit]
|
|
Description=SteamOS kdump loader boot-time service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
StandardOutput=journal
|
|
ExecStartPre=/usr/lib/kdump/kdump-load.sh
|
|
ExecStart=/usr/lib/kdump/submitter-load.sh
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|