diff options
Diffstat (limited to 'debian/apt.logrotate')
-rw-r--r-- | debian/apt.logrotate | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/apt.logrotate b/debian/apt.logrotate index 3e924d383..dfb06db2e 100644 --- a/debian/apt.logrotate +++ b/debian/apt.logrotate @@ -6,3 +6,11 @@ notifempty } +/var/log/apt/history.log { + rotate 6 + monthly + compress + missingok + notifempty +} + |