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=e24d958ac412059a5352ed352a4dc8efc7f908f8;hb=301af7e4853ad0281402f8d86f5a77c6cb7ce9f4;hpb=0dc5d23c85db85f96b141d4d32deee8018e56a6a diff --git a/man/coredump.conf.xml b/man/coredump.conf.xml index e24d958ac..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 @@ -88,23 +96,14 @@ - Compression= + Compress= Controls the type of compression for external - storage. One of xz or - none. + storage. Takes a boolean argument, defaults to + yes. - - CompressionLevel= - - Controls the level of compression for external - storage. An integer between 0 and 9. See - xz1 - for more details. - - ProcessSizeMax= @@ -135,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.