]> git.pld-linux.org Git - packages/mythtv.git/blame - mythbackend.logrotate
- move programs not useful for users to sbin
[packages/mythtv.git] / mythbackend.logrotate
CommitLineData
89940d82
ER
1/var/log/mythtv/mythbackend.log {
2 notifempty
3 missingok
4 compress
5 compresscmd /usr/bin/bzip2
6 uncompresscmd /usr/bin/bunzip2
7 compressext .bz2
8 weekly
9 rotate 4
10 size 10M
11}
This page took 0.147273 seconds and 4 git commands to generate.