Move template files to own subdir. Include pihole-FTL.conf in templates.

Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
This commit is contained in:
Dan Schaper 2018-07-27 15:21:25 -07:00
parent 32cf94fc74
commit b79ff05e29
No known key found for this signature in database
GPG key ID: B4FF14C01CC08DC0
6 changed files with 87 additions and 4 deletions

View file

@ -0,0 +1,21 @@
/var/log/pihole.log {
# su #
daily
copytruncate
rotate 5
compress
delaycompress
notifempty
nomail
}
/var/log/pihole-FTL.log {
# su #
weekly
copytruncate
rotate 3
compress
delaycompress
notifempty
nomail
}