]> git.pld-linux.org Git - packages/pound.git/blob - pound.logrotate
- up to 2.5
[packages/pound.git] / pound.logrotate
1 /var/log/pound/*.log {
2         olddir /var/log/archive/pound
3
4         create 644 pound pound
5
6         sharedscripts
7         postrotate
8                 /sbin/service pound flush-logs > /dev/null
9         endscript
10 }
This page took 0.020085 seconds and 3 git commands to generate.