summaryrefslogtreecommitdiff
blob: c2bf08f75619cb7fce167f9bb42b90330f453421 (plain)
1
2
3
4
5
6
7
8
9
/var/log/ttrssd/*.log {
	daily
	delaycompress
	missingok
	notifempty
	postrotate
		/etc/init.d/ttrssd restart > /dev/null
	endscript
}