From 0dc5d23c85db85f96b141d4d32deee8018e56a6a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 27 Jun 2014 18:57:24 +0200 Subject: 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') 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 -- cgit v1.2.3-54-g00ecf