/var/log/webfs/webfs.log {
	rotate 4
	daily
	compress
	missingok
	notifempty
	postrotate
	  start-stop-daemon --stop --oknodo --signal 1 --quiet --pidfile /var/run/webfs/webfsd.pid
	endscript
}
