diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-05-16 16:01:24 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-05-19 03:24:43 +0200 |
commit | 2ad498fec02059d7c8a74a9b223165e68ca0b3e3 (patch) | |
tree | bd798817f8da7611db5e4956aeecd873b461882b /sysctl.d/50-coredump.conf.in | |
parent | meson: use conf configuration_data object to generate test-sysusers.sh (diff) | |
download | systemd-2ad498fec02059d7c8a74a9b223165e68ca0b3e3.tar.xz systemd-2ad498fec02059d7c8a74a9b223165e68ca0b3e3.zip |
meson: use jinja2 in sysctl.d/
Diffstat (limited to 'sysctl.d/50-coredump.conf.in')
-rw-r--r-- | sysctl.d/50-coredump.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysctl.d/50-coredump.conf.in b/sysctl.d/50-coredump.conf.in index 2ffc1cb0fb..5fb551a8cf 100644 --- a/sysctl.d/50-coredump.conf.in +++ b/sysctl.d/50-coredump.conf.in @@ -13,7 +13,7 @@ # the core dump. # # See systemd-coredump(8) and core(5). -kernel.core_pattern=|@rootlibexecdir@/systemd-coredump %P %u %g %s %t %c %h +kernel.core_pattern=|{{ROOTLIBEXECDIR}}/systemd-coredump %P %u %g %s %t %c %h # Allow 16 coredumps to be dispatched in parallel by the kernel. # We collect metadata from /proc/%P/, and thus need to make sure the crashed |