From 4b9e3a08e31413e217ae032c7dd64f3342e1cdb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 27 Oct 2025 17:01:07 +0100 Subject: [PATCH] Update logrotate paths for chill logs Adjusted logrotate configuration to use `/var/log/chill/*` paths instead of `/var/log/apt/*` for privacy and notifier logs, ensuring correct log management. --- templates/logrotate/chill | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/logrotate/chill b/templates/logrotate/chill index 109188d..5fb3b42 100644 --- a/templates/logrotate/chill +++ b/templates/logrotate/chill @@ -7,7 +7,7 @@ notifempty } -/var/log/apt/privacy-*.log { +/var/log/chill/privacy-*.log { su php-fpm php-fpm rotate 180 daily @@ -16,7 +16,7 @@ notifempty } -/var/log/apt/notifier-*.log { +/var/log/chill/notifier-*.log { su php-fpm php-fpm rotate 800 daily