From: Lennart Poettering Date: Wed, 18 Jun 2014 20:06:25 +0000 (+0200) Subject: tmpfiles: automatically clean up /var/lib/systemd/coredump after 3d X-Git-Tag: v215~338 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=a45e6ef38fef30586b1c02cfe1696f3932a5566f tmpfiles: automatically clean up /var/lib/systemd/coredump after 3d --- diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf index fbc47823d..8cba5cad4 100644 --- a/tmpfiles.d/systemd.conf +++ b/tmpfiles.d/systemd.conf @@ -25,3 +25,6 @@ Z /run/log/journal/%m ~2750 root systemd-journal - - z /var/log/journal 2755 root systemd-journal - - z /var/log/journal/%m 2755 root systemd-journal - - + +d /var/lib/systemd 0755 root root - +d /var/lib/systemd/coredump 0755 root root 3d