/var/log/starman/*.log {
	notifempty
	missingok
	postrotate
		/sbin/service starman condrestart >/dev/null
	endscript
}
