From e0f0bdf194f9e49fa01f438772cea8598f09e475 Mon Sep 17 00:00:00 2001 From: "Luis Henrique F. Cardoso de Mello" Date: Tue, 1 Jun 2010 01:08:57 -0500 Subject: system/slim: Included a logrotate config file Signed-off-by: Robby Workman --- system/slim/slim.logrotate | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 system/slim/slim.logrotate (limited to 'system/slim/slim.logrotate') diff --git a/system/slim/slim.logrotate b/system/slim/slim.logrotate new file mode 100644 index 0000000000..3d237a2d14 --- /dev/null +++ b/system/slim/slim.logrotate @@ -0,0 +1,9 @@ +/var/log/slim.log { + compress + rotate 4 + size=1M + notifempty + missingok + copytruncate + noolddir +} -- cgit v1.2.3