From 32047175759770ac0b37a1fede68a13e2b4d4fdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20B=C3=A9langer?= Date: Fri, 3 Jun 2011 23:18:50 -0400 Subject: Add logrotate config file to rotate /var/log/boot MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Eric BĂ©langer Signed-off-by: Tom Gundersen --- bootlog | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bootlog (limited to 'bootlog') diff --git a/bootlog b/bootlog new file mode 100644 index 0000000..b97af0b --- /dev/null +++ b/bootlog @@ -0,0 +1,9 @@ +/var/log/boot { + compress + rotate 1 + size=+1024k + notifempty + missingok + copytruncate + noolddir +} -- cgit v1.2.3