From 31243307521a9ba3ac379191ac8adbc2d7b95a7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 13 Jan 2025 12:14:58 +0100 Subject: [PATCH] Fix typo in logrotate file path for privacy logs Corrected the logrotate configuration to use the proper file path `/var/log/apt/privacy-*.log` instead of the incorrect `/var/log/apt/private-*.log`. This ensures the rotation settings apply to the intended log files. --- templates/logrotate/chill | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/logrotate/chill b/templates/logrotate/chill index 314ac5e..3f8dd85 100644 --- a/templates/logrotate/chill +++ b/templates/logrotate/chill @@ -7,7 +7,7 @@ notifempty } -/var/log/apt/private-*.log { +/var/log/apt/privacy-*.log { su php-fpm php-fpm rotate 180 daily