# -*- shell-script -*-
# Copyright 2010 Bent Bisballe Nyeng
# Distributed under the terms of the GNU General Public License v2

/var/log/pracrod.log {
    weekly
    #create 660 root root
    notifempty
    size 5M
    sharedscripts
    missingok
    postrotate
    /bin/kill -s SIGHUP `cat /var/run/pracrod.pid`
    endscript
}