diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2016-09-30 11:16:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-30 11:16:51 +0200 |
commit | 6740ec4a652ac5ff12293dad391f9867abc5d9ec (patch) | |
tree | ee82b7547e7c507e650dbfcdd88afaef06c8e691 /man | |
parent | b9fe94cad99968a58e169592d999306fd059eb14 (diff) | |
parent | 73a99163a721d9e96bf7006ecbfb1aefce228c99 (diff) |
Merge pull request #4225 from keszybz/coredump
coredump: remove Storage=both support, various fixes for sd-coredump and coredumpctl
Diffstat (limited to 'man')
-rw-r--r-- | man/coredump.conf.xml | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/man/coredump.conf.xml b/man/coredump.conf.xml index 4f95680a3a..77b4dac51c 100644 --- a/man/coredump.conf.xml +++ b/man/coredump.conf.xml @@ -83,16 +83,13 @@ <varlistentry> <term><varname>Storage=</varname></term> - <listitem><para>Controls where to store cores. One of - <literal>none</literal>, <literal>external</literal>, - <literal>journal</literal>, and <literal>both</literal>. When - <literal>none</literal>, the core dumps will be logged but not - stored permanently. When <literal>external</literal> (the - default), cores will be stored in <filename>/var/lib/systemd/coredump</filename>. - When <literal>journal</literal>, cores will be stored in - the journal and rotated following normal journal - rotation patterns. When <literal>both</literal>, cores - will be stored in both locations.</para> + <listitem><para>Controls where to store cores. One of <literal>none</literal>, + <literal>external</literal>, and <literal>journal</literal>. When + <literal>none</literal>, the core dumps will be logged (included the traceback if + possible), but not stored permanently. When <literal>external</literal> (the + default), cores will be stored in <filename>/var/lib/systemd/coredump/</filename>. + When <literal>journal</literal>, cores will be stored in the journal and rotated + following normal journal rotation patterns.</para> <para>When cores are stored in the journal, they might be compressed following journal compression settings, see |