diff options
Diffstat (limited to 'sysctl.d/50-coredump.conf.in')
-rw-r--r-- | sysctl.d/50-coredump.conf.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysctl.d/50-coredump.conf.in b/sysctl.d/50-coredump.conf.in index d5795a37d5..d5f600ef45 100644 --- a/sysctl.d/50-coredump.conf.in +++ b/sysctl.d/50-coredump.conf.in @@ -5,6 +5,8 @@ # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. -# See sysctl.d(5) and core(5) for for details. +# 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=|@rootlibexecdir@/systemd-coredump %p %u %g %s %t %e |