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

pull/5338/head
DL6ER 11 months ago committed by GitHub
commit 2d4d9078c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save