]> git.pld-linux.org Git - packages/squid.git/blob - squid.logrotate
- grant stats user (statistics generators) access to squid logs
[packages/squid.git] / squid.logrotate
1 /var/log/squid/[asc]*.log {
2         olddir /var/log/archiv/squid
3         weekly
4         rotate 4
5         compress
6         create 660 root squid
7         postrotate
8                 # signal Squid to restart logging with the new files
9                 /usr/sbin/squid -k rotate
10         endscript
11 }
This page took 0.077635 seconds and 3 git commands to generate.