Change the service target to basic instead of multi-user; this allows coping with a subsequential log submission service, for example, that could run on multi-user target. Signed-off-by: Guilherme G. Piccoli <gpiccoli@igalia.com>
19 lines
369 B
Desktop File
19 lines
369 B
Desktop File
# SPDX-License-Identifier: LGPL-2.1+
|
|
#
|
|
# Copyright (c) 2021 Valve.
|
|
# Maintainer: Guilherme G. Piccoli <gpiccoli@igalia.com>
|
|
#
|
|
|
|
[Unit]
|
|
Description=SteamOS kdump loader boot-time service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
StandardOutput=journal
|
|
ExecStartPre=/usr/lib/kdump/kdump-load.sh
|
|
ExecStart=/usr/lib/kdump/save-dumps.sh
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=basic.target
|