X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fcoredump.conf.xml;h=704646096b1341da69ad42f2420aca0ea0463762;hp=e24d958ac412059a5352ed352a4dc8efc7f908f8;hb=ebf4e8013b2928fdcfa6008ee6559e8c7e1fd60b;hpb=0dc5d23c85db85f96b141d4d32deee8018e56a6a diff --git a/man/coredump.conf.xml b/man/coredump.conf.xml index e24d958ac..704646096 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,28 @@ 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-coredump8, a handler for core dumps invoked by the kernel. + + + Options @@ -72,7 +81,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 +97,14 @@ - Compression= + Compress= - Controls the type of compression for external - storage. One of xz or - none. + Controls compression for external + 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 +135,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.