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

logrotate « Templates « advanced - github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9a56b552970d85aecb98152ac3a9f131d5019ea3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/var/log/pihole/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
}