You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
241 B
Plaintext
22 lines
241 B
Plaintext
2 years ago
|
/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
|
||
|
}
|