Add /var/log/pihole/webserver.log to the logrotate scripts (#5329)

This commit is contained in:
DL6ER 2023-07-06 19:27:49 +02:00 committed by GitHub
commit 2d4d9078c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,3 +19,14 @@
notifempty
nomail
}
/var/log/pihole/webserver.log {
# su #
weekly
copytruncate
rotate 3
compress
delaycompress
notifempty
nomail
}