diff options
Diffstat (limited to 'debian/apt.logrotate')
-rw-r--r-- | debian/apt.logrotate | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/apt.logrotate b/debian/apt.logrotate new file mode 100644 index 000000000..9a6e5d155 --- /dev/null +++ b/debian/apt.logrotate @@ -0,0 +1,16 @@ +/var/log/apt/term.log { + rotate 12 + monthly + compress + missingok + notifempty +} + +/var/log/apt/history.log { + rotate 12 + monthly + compress + missingok + notifempty +} + |