From 5384fb3e2d1b2e84a25e6840ada6ab8ac802483d Mon Sep 17 00:00:00 2001 From: Wade Cline Date: Sun, 10 Jul 2022 17:16:02 -0700 Subject: Fix the logrotate config rotating already rotated log files. Ref: #1990.--- make/template/logrotate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make') diff --git a/make/template/logrotate b/make/template/logrotate index a80d2b5a3..996124647 100644 --- a/make/template/logrotate +++ b/make/template/logrotate @@ -18,7 +18,7 @@ # To use this file move it to /etc/logrotate.d/inspircd -@LOG_DIR@/* { +@LOG_DIR@/*.log { compress create 0644 @USER@ @GROUP@ dateext -- cgit v1.3.1-10-gc9f91