chiark / gitweb /
coredump: optionally store coredumps on disk, not in the journal
authorLennart Poettering <lennart@poettering.net>
Wed, 18 Jun 2014 20:02:18 +0000 (22:02 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 18 Jun 2014 22:00:24 +0000 (00:00 +0200)
commit34c10968cbe3b5591b3c0ce225b8694edd9709d0
tree3f708515fbe0eff8c66f9a140c5be027ac00f664
parent3bdace9bf779ce051f00c14914b35c3a26164aa9
coredump: optionally store coredumps on disk, not in the journal

Introduce a new configuration file /etc/systemd/coredump.conf to
configure when to place coredumps in the journal and when on disk.

Since the coredumps are quite large, default to storing them only on
disk.
Makefile.am
src/journal/coredump.c
src/journal/coredump.conf [new file with mode: 0644]
src/journal/journald-server.c
src/shared/acl-util.h
src/shared/sleep-config.c
src/sleep/sleep.c