summarylogtreecommitdiffstats
path: root/bs.logrotate
blob: ff5f541eb65e4cb66bf0f94df5d821f1069ea825 (plain)
1
2
3
4
5
6
7
8
9
10
/var/log/bs/*.log {
    size 5M
    missingok
    rotate 7
    compress
    delaycompress
    notifempty
    create 644 bs bs
    sharedscripts
}