/var/log/piranha/* {
    missingok
    notifempty
    sharedscripts
    postrotate
	/bin/kill -HUP `cat /var/run/piranha-httpd.pid 2>/dev/null` 2> /dev/null || true
    endscript
}
