This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
pi-hole
mirror of
https://github.com/pi-hole/pi-hole.git
Watch
1
Star
0
Fork
You've already forked pi-hole
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
89ff99322d
pi-hole
/
advanced
/
logrotate
11 lines
108 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add logrotate for pihole.log
2017-01-12 20:39:25 +01:00
/var/log/pihole.log {
Change how user and group are stored in the logrotate config file (necessary on Ubuntu 16.04.1)
2017-01-29 19:58:53 +01:00
# su #
Add logrotate for pihole.log
2017-01-12 20:39:25 +01:00
daily
copytruncate
rotate 5
compress
delaycompress
notifempty
nomail
}