# logrotate.d example configuration for icecc, contributed by Dag
# Wieers.

/var/log/iceccd.log {
       missingok
       notifempty
       postrotate
           /usr/bin/killall -HUP iceccd
       endscript
}

/var/log/icecc_scheduler.log {
       missingok
       notifempty
       postrotate
           /usr/bin/killall -HUP icecc-scheduler
       endscript

}
