Welcome to mirror list, hosted at ThFree Co, Russian Federation.

logrotate « advanced - github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 570e7548b2b11953715ae62f39825619192f2b94 (plain)
1
2
3
4
5
6
7
8
9
10
/var/log/pihole.log {
	# su #
	daily
	copytruncate
	rotate 5
	compress
	delaycompress
	notifempty
	nomail
}