summaryrefslogtreecommitdiff
path: root/cgi/logrotate
blob: 75d89a9eb0d7b714edbafd5eba25565342b601d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
# /etc/logrotate.d/live-build

/var/log/live
{
	compress
	copytruncate
	missingok
	monthly
	notifempty
	rotate 24
}