Add logrotate for pihole.log

This commit is contained in:
DL6ER
2017-01-12 20:39:25 +01:00
parent 10f77df8bb
commit 3fd2ffd466
3 changed files with 18 additions and 1 deletions

9
advanced/logrotate Normal file
View File

@@ -0,0 +1,9 @@
/var/log/pihole.log {
daily
copytruncate
rotate 5
compress
delaycompress
notifempty
nomail
}