1
0
Fork 0
mirror of https://github.com/pi-hole/pi-hole.git synced 2025-03-12 19:58:28 +00:00
pi-hole/advanced/logrotate

11 lines
108 B
Text
Raw Normal View History

2017-01-12 20:39:25 +01:00
/var/log/pihole.log {
# su #
2017-01-12 20:39:25 +01:00
daily
copytruncate
rotate 5
compress
delaycompress
notifempty
nomail
}