From e0c5d5bce70177b20afa2deee4c62e368a8b9c43 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 08:14:41 +0200 Subject: Adding debian version 2.2.4. Signed-off-by: Daniel Baumann --- debian/apt.logrotate | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 debian/apt.logrotate (limited to 'debian/apt.logrotate') diff --git a/debian/apt.logrotate b/debian/apt.logrotate new file mode 100644 index 0000000..9a6e5d1 --- /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 +} + -- cgit v1.2.3