/var/log/wipld.log {
  missingok
  create 600 wipld wipld
  rotate 4
  weekly
  compress
  postrotate
  	if [ -e /var/run/wipld.pid ]; then
		/etc/init.d/wipl-daemon restart >/dev/null
	fi
  endscript
}
