mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-22 23:30:13 +00:00
Add weekly logrotation of FTL's log (#1509)
This commit is contained in:
parent
01e091fd17
commit
8ef64dbe74
2 changed files with 12 additions and 1 deletions
|
@ -8,3 +8,14 @@
|
|||
notifempty
|
||||
nomail
|
||||
}
|
||||
|
||||
/var/log/pihole-FTL.log {
|
||||
# su #
|
||||
weekly
|
||||
copytruncate
|
||||
rotate 3
|
||||
compress
|
||||
delaycompress
|
||||
notifempty
|
||||
nomail
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue