aboutsummaryrefslogtreecommitdiff
path: root/debian/gnunet.logrotate
blob: a3bf71be6abf38d78f1f92436332e7c6b62d1b45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/var/log/gnunet/gnunet.log {
	weekly
	size=100k
	rotate 7
	compress
	copytruncate
	delaycompress
	notifempty
	missingok
}