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

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