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.
This commit is contained in:
2025-10-27 17:01:07 +01:00
parent c550ca6f85
commit 4b9e3a08e3

View File

@@ -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