diff options
Diffstat (limited to 'community/rancid/rancid.logrotate')
-rw-r--r-- | community/rancid/rancid.logrotate | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/community/rancid/rancid.logrotate b/community/rancid/rancid.logrotate new file mode 100644 index 0000000000..3638b8b225 --- /dev/null +++ b/community/rancid/rancid.logrotate @@ -0,0 +1,8 @@ +/var/log/rancid/* { + weekly + rotate 1 + notifempty + missingok + compress + olddir old +} |