Initial version of SteamOS kdump
Signed-off-by: Guilherme G. Piccoli <gpiccoli@igalia.com>
This commit is contained in:
13
submit_report.sh
Executable file
13
submit_report.sh
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# SPDX-License-Identifier: LGPL-2.1+
|
||||
#
|
||||
# Copyright (c) 2021 Valve.
|
||||
#
|
||||
# This is a dummy script (for now) that aims to submit error/crash
|
||||
# reports to Valve servers in order to do a post-mortem analysis.
|
||||
# This is part of SteamOS kdump - it is invoked by systemd on boot time
|
||||
# and for now it just graciously exits.
|
||||
#
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user