Update
This commit is contained in:
parent
ba85eec922
commit
d3d9f21665
22 changed files with 156056 additions and 2 deletions
21
pihole/etc-pihole/logrotate
Normal file
21
pihole/etc-pihole/logrotate
Normal file
|
@ -0,0 +1,21 @@
|
|||
/var/log/pihole/pihole.log {
|
||||
su root root
|
||||
daily
|
||||
copytruncate
|
||||
rotate 5
|
||||
compress
|
||||
delaycompress
|
||||
notifempty
|
||||
nomail
|
||||
}
|
||||
|
||||
/var/log/pihole/FTL.log {
|
||||
su root root
|
||||
weekly
|
||||
copytruncate
|
||||
rotate 3
|
||||
compress
|
||||
delaycompress
|
||||
notifempty
|
||||
nomail
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue