/var/log/func/*.log {
   missingok
   notifempty
   rotate 4
   weekly
   sharedscripts
   postrotate
      /sbin/service funcd condrestart > /dev/null || true
   endscript
}
