2023-04-02 12:26:00 -03:00
|
|
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
2023-03-31 15:34:26 -03:00
|
|
|
#
|
|
|
|
|
# Copyright (c) 2021 Valve.
|
2022-11-23 18:36:23 -03:00
|
|
|
# Maintainer: Guilherme G. Piccoli <gpiccoli@igalia.com>
|
2023-03-31 15:34:26 -03:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
[Unit]
|
2023-03-22 20:08:47 -03:00
|
|
|
Description=kdumpst loader boot-time service
|
2023-03-31 15:34:26 -03:00
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
Type=oneshot
|
|
|
|
|
StandardOutput=journal
|
2023-03-22 20:08:47 -03:00
|
|
|
ExecStartPre=/usr/lib/kdumpst/kdumpst-load.sh load
|
|
|
|
|
ExecStart=/usr/lib/kdumpst/save-dumps.sh
|
2023-03-31 15:34:26 -03:00
|
|
|
RemainAfterExit=yes
|
|
|
|
|
|
|
|
|
|
[Install]
|
2022-08-09 18:37:03 -03:00
|
|
|
WantedBy=basic.target
|