mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-07 09:41:30 +00:00
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>
8 lines
282 B
Plaintext
8 lines
282 B
Plaintext
# 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
|