Codebase list tcmu / upstream/1.6.0 logrotate.conf
upstream/1.6.0

Tree @upstream/1.6.0 (Download .tar.gz)

logrotate.conf @upstream/1.6.0raw · history · blame

/var/log/tcmu-runner*.log {
    rotate 7
    size 10M
    compress
    missingok
    notifempty
    nodateext
    postrotate
        killall -q -s 1 tcmu-runner
    endscript
}