Merge "stx-extensions: use the host's PID for coredump"

This commit is contained in:
Zuul 2020-09-01 14:49:19 +00:00 committed by Gerrit Code Review
commit 533d4fff06
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
SRC_DIR="files"
TIS_PATCH_VER=3
TIS_PATCH_VER=PKG_GITREVCOUNT

View File

@ -1,4 +1,4 @@
# send coredumps to the systemd coredump utility.
kernel.core_pattern=|/usr/lib/systemd/systemd-coredump %p %u %g %s %t %e
kernel.core_pattern=|/usr/lib/systemd/systemd-coredump %P %u %g %s %t %e
kernel.core_pipe_limit = 4
kernel.core_uses_pid = 1