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.
This commit is contained in:
Julien Fastré 2025-01-13 12:14:58 +01:00
parent 41531016aa
commit 3124330752
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -7,7 +7,7 @@
notifempty
}
/var/log/apt/private-*.log {
/var/log/apt/privacy-*.log {
su php-fpm php-fpm
rotate 180
daily