Sample logrotate script
authorAlan T. DeKok <aland@freeradius.org>
Tue, 17 Feb 2009 13:06:59 +0000 (14:06 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 17 Feb 2009 13:06:59 +0000 (14:06 +0100)
scripts/logrotate.freeradius [new file with mode: 0644]

diff --git a/scripts/logrotate.freeradius b/scripts/logrotate.freeradius
new file mode 100644 (file)
index 0000000..a12505b
--- /dev/null
@@ -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
+}