mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-08 18:14:53 +00:00
crashlog: introducing crashlogctl
This patch introduce the command `crashlogctl`, it is used to enable/disable the ACRN crashlog services. Also a systemd-tmpfile config file is introduced to create the /var/log/crashlog directory, and a sysctl config file where the usercrash-wrapper will be configured at boot time. Tracked-On: #1386 Signed-off-by: Miguel Bernal Marin <miguel.bernal.marin@linux.intel.com> Reviewed-by: Zhi Jin <zhi.jin@intel.com> Acked-by: Chen Gang <gang.c.chen@intel.com>
This commit is contained in:
committed by
wenlingz
parent
b1a05d17ed
commit
f3fc857f56
7
tools/acrn-crashlog/data/80-coredump.conf
Normal file
7
tools/acrn-crashlog/data/80-coredump.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
# This file is part of acrn-hypervisor.
|
||||
|
||||
# See sysctl.d(5) for the description of the files in this directory,
|
||||
# and systemd-coredump(8) and core(5) for the explanation of the
|
||||
# setting below.
|
||||
|
||||
kernel.core_pattern=|/usr/bin/usercrash-wrapper %E %P %u %g %s %t %c %h %e %p %i %I %d
|
||||
Reference in New Issue
Block a user