summaryrefslogtreecommitdiff
path: root/man/coredump.conf.xml
Commit message (Collapse)AuthorAge
* Do not advertise .d snippets over main config fileZbigniew Jędrzejewski-Szmek2015-03-03
| | | | | | | | | | For daemons which have a main configuration file, there's little reason for the administrator to use configuration snippets. They are useful for packagers which need to override settings, but we shouldn't advertise that as the main way of configuring those services. https://bugs.freedesktop.org/show_bug.cgi?id=89397
* man: boilerplate unificationZbigniew Jędrzejewski-Szmek2015-02-10
|
* man: delete ZX as sole compression; "Compress=" as booleanChris Atkinson2014-11-30
| | | | | | | | In man journald.conf, removes reference to XZ as sole form of compression. See commit d89c8fdf48c7bad5816b9f2e77e8361721f22517. In man coredump.conf, clarifies that "Compression=" controls existence, not type, of compression.
* man: add a link to systemd-coredump(8) in Description of coredump.conf(5)Chris Mayo2014-11-30
|
* coredump: Support coredump.conf.d directories in the usual search pathsJosh Triplett2014-11-29
|
* man: add emacs header to get correct indention in nxml-mode for the manpage ↵Lennart Poettering2014-11-21
| | | | | | | | XML files that use 2ch indenting In the long run we really should figure out if we want to stick with 8ch or 2ch indenting, and not continue with half-and-half. For now, just make emacs aware of the files that use 2ch indenting.
* docs: remove repeating words from man/*xmlKarel Zak2014-07-23
|
* doc: grammatical correctionsJan Engelhardt2014-06-28
|
* coredump: replace Compression= setting by simpler Compress= boolean settingLennart Poettering2014-06-27
| | | | | | | Let's move things closer to journald's configuration settings, which knows Compress= already, as a boolean. This makes things more uniform, but also gives us more freedom to possibly swap out the used compression algorithm one day.
* coredump: don't expose the compression level as configuration optionLennart Poettering2014-06-27
| | | | | | | This sounds overly low-level and implementation-detaily. Let's just use the default level XZ suggests. This gives us more room to possibly swap out the compression algorithm used, as the compression level range will not leak into user configuration.
* coredump: add simple coredump vacuumingLennart Poettering2014-06-27
| | | | | | When disk space taken up by coredumps grows beyond a configured limit start removing the oldest coredump of the user with the most coredumps, until we get below the limit again.
* man: add coredump.conf(5)Zbigniew Jędrzejewski-Szmek2014-06-26