diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-06-27 18:57:24 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-27 19:35:57 +0200 |
commit | 0dc5d23c85db85f96b141d4d32deee8018e56a6a (patch) | |
tree | 95d1a57ec4a8f21e3494d61baa77b9b6d3bedffb /.gitignore | |
parent | 1f97091d3cb0887c264176b47b0a86c269acf0b5 (diff) |
coredump: add simple coredump vacuuming
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d2e81a271c..fe8c32d42c 100644 --- a/.gitignore +++ b/.gitignore @@ -142,6 +142,7 @@ /test-cgroup-util /test-compress /test-conf-files +/test-coredump-vacuum /test-daemon /test-date /test-device-nodes |