summaryrefslogtreecommitdiffstats
path: root/network/pound/pound.logrotate
blob: 17f3cf33066b728014198b03d7558b2803138c28 (plain)

/var/pound/access.log {
    weekly
    rotate 4
    compress
    notifempty
    postrotate
        /bin/kill -HUP $(cat /var/run/syslogd.pid 2> /dev/null) 2> /dev/null || true
    endscript
}

/var/pound/error.log {
    weekly
    rotate 4
    compress
    notifempty
    missingok
    postrotate
        /bin/kill -HUP $(cat /var/run/syslogd.pid 2> /dev/null) 2> /dev/null || true
    endscript
}