/var/log/ttywatch/*.log {
	# in normal use, we inherit /etc/logrotate.conf settings
	# uncomment if you are using logrotate on ttywatch separately
	#rotate 5
	size=1M
	compress
	nodelaycompress
	notifempty
	missingok
	sharedscripts
	postrotate
		service ttywatch reload
	endscript
}
