From 08c9230896ce58bebb44c17207dbd932b29ce8c3 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 12 Apr 2018 13:04:45 +0200 Subject: [PATCH] Increasing size of wtmp for logrotating --- files/logrotate.d.wtmp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/logrotate.d.wtmp b/files/logrotate.d.wtmp index 8acb108..8f96b19 100644 --- a/files/logrotate.d.wtmp +++ b/files/logrotate.d.wtmp @@ -3,7 +3,7 @@ create 0664 root utmp dateext dateformat -%Y-%m-%d - minsize 1M + minsize 4M missingok monthly rotate 12 -- 2.39.5