But we want to have local unprocessed files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1913437 13f79535-47bb-0310-9956-
ffa450edef68
# Try to keep all potential coredumps from all processes
sudo sysctl -w kernel.core_uses_pid=1 2>/dev/null || true
+ # Systemd based systems might process core dumps via systemd-coredump.
+ # But we want to have local unprocessed files.
+ sudo sysctl -w kernel.core_pattern=core || true
ulimit -c unlimited 2>/dev/null || true
if ! test -v NO_TEST_FRAMEWORK; then