Add weekly logrotation of FTL's log (#1509)

This commit is contained in:
DL6ER 2017-06-03 14:51:35 +02:00 committed by GitHub
parent 01e091fd17
commit 8ef64dbe74
2 changed files with 12 additions and 1 deletions

View file

@ -8,3 +8,14 @@
notifempty
nomail
}
/var/log/pihole-FTL.log {
# su #
weekly
copytruncate
rotate 3
compress
delaycompress
notifempty
nomail
}