]> git.pld-linux.org Git - packages/mythtv.git/blob - mythbackend.logrotate
- updated python BRs
[packages/mythtv.git] / mythbackend.logrotate
1 /var/log/mythtv/mythbackend.log {
2         su root mythtv
3         notifempty
4         missingok
5         sharedscripts
6         create 664 root mythtv
7         postrotate
8                 /sbin/service mythbackend flush-logs > /dev/null
9         endscript
10 }
This page took 0.053118 seconds and 3 git commands to generate.