aboutsummaryrefslogtreecommitdiff
path: root/buildtools/rpki-pbuilder.logrotate
blob: a7df6d481820f750b8c5564edccdb0472f291f06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/home/sra/builder.log
{
	rotate 30
	daily
	missingok
	notifempty
	dateext
	compress
	compresscmd /usr/bin/xz
	uncompresscmd /usr/bin/unxz
	compressext .xz
}