X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fcoredump.conf.xml;h=37916f0400d4beb1763418b8348adb28edccc857;hp=c87cf68bc5c7d86a5ab07f3b1f06709888ee5ce7;hb=f2dacc96b25528ca1b0caca6364a69d656cf1569;hpb=8c9571d0ae50656f730a5e37378d5c3dcf3b9789 diff --git a/man/coredump.conf.xml b/man/coredump.conf.xml index c87cf68bc..37916f040 100644 --- a/man/coredump.conf.xml +++ b/man/coredump.conf.xml @@ -1,4 +1,4 @@ - + @@ -22,7 +22,8 @@ along with systemd; If not, see . --> - + coredump.conf systemd @@ -44,20 +45,27 @@ coredump.conf - Coredump storage configuration file + coredump.conf.d + Coredump storage configuration files /etc/systemd/coredump.conf + /etc/systemd/coredump.conf.d/*.conf + /run/systemd/coredump.conf.d/*.conf + /usr/lib/systemd/coredump.conf.d/*.conf Description - This file configures the behaviour of systemd-coredump, + These files configure the behaviour of systemd-coredump, a handler for core dumps invoked by the kernel. + + + Options @@ -72,7 +80,7 @@ Controls where to store cores. One of none, external, journal, and both. When - none the coredumps will be logged but not + none, the coredumps will be logged but not stored permanently. When external (the default), cores will be stored in /var/lib/systemd/coredump. When journal, cores will be stored in @@ -126,7 +134,7 @@ to 15% of the total disk size). Note that the disk space used by coredumps might temporarily exceed these limits while coredumps are processed. Note that old coredumps are also - removed based on on time via + removed based on time via systemd-tmpfiles8.