Add logrotate for pihole.log
This commit is contained in:
9
advanced/logrotate
Normal file
9
advanced/logrotate
Normal file
@@ -0,0 +1,9 @@
|
||||
/var/log/pihole.log {
|
||||
daily
|
||||
copytruncate
|
||||
rotate 5
|
||||
compress
|
||||
delaycompress
|
||||
notifempty
|
||||
nomail
|
||||
}
|
Reference in New Issue
Block a user