Codebase list tcmu / uncommitted/main logrotate.conf
uncommitted/main

Tree @uncommitted/main (Download .tar.gz)

logrotate.conf @uncommitted/mainraw · history · blame

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