Codebase list tcmu / lintian-fixes/main logrotate.conf
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

logrotate.conf @lintian-fixes/mainraw · history · blame

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