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