From 50a424164ddd296e2d5913a72633d8855c142905 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Tue, 17 Feb 2009 14:06:59 +0100 Subject: [PATCH] Sample logrotate script --- scripts/logrotate.freeradius | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 scripts/logrotate.freeradius diff --git a/scripts/logrotate.freeradius b/scripts/logrotate.freeradius new file mode 100644 index 0000000..a12505b --- /dev/null +++ b/scripts/logrotate.freeradius @@ -0,0 +1,12 @@ +# +# Sample configuration file for the log rotation scripts. +# +# It needs to be edited for your local configuration. +# +/var/log/radius/radius.log { + weekly + missingok + rotate 14 + compress + notifempty +} -- 2.1.4