]> git.pld-linux.org Git - packages/freeradius.git/blobdiff - freeradius.logrotate
- added olddir
[packages/freeradius.git] / freeradius.logrotate
index deb0dfa488ba90e277b2d3f6408078c6e67edf4f..97403ebac723063f58cfa809f38a46ac09786dcf 100644 (file)
@@ -4,6 +4,7 @@
 # Last part should reload the server
 
 /var/log/freeradius/radacct/*/detail {
+       olddir /var/log/archiv/freeradius/radacct
        monthly
        rotate 4
        create 660 root radius
@@ -12,6 +13,7 @@
 }
 
 /var/log/freeradius/checkrad.log {
+       olddir /var/log/archiv/freeradius
        monthly
        rotate 4
        create 660 root radius
@@ -20,6 +22,7 @@
 }
 
 /var/log/freeradius/radius.log {
+       olddir /var/log/archiv/freeradius
        monthly
        rotate 4
        create 660 root radius
@@ -28,6 +31,7 @@
 }
 
 /var/log/freeradius/radwatch.log {
+       olddir /var/log/archiv/freeradius
        monthly
        rotate 4
        create 660 root radius
@@ -39,6 +43,7 @@
 
 # Should this really be rotated
 /var/log/freeradius/radutmp {
+       olddir /var/log/archiv/freeradius
        monthly
        rotate 4
        create 660 root radius
@@ -47,6 +52,7 @@
 }
 
 /var/log/freeradius/radwtmp {
+       olddir /var/log/archiv/freeradius
        monthly
        rotate 4
        create 660 root radius
This page took 0.104784 seconds and 4 git commands to generate.