]> git.pld-linux.org Git - packages/squid.git/blame - squid.logrotate
- enabled eCAP support
[packages/squid.git] / squid.logrotate
CommitLineData
2f81d113 1/var/log/squid/access*.log {
dc36353d 2 olddir /var/log/archive/squid
2f81d113 3# dateext
4fcb994a 4 compress
6dde8a27 5 create 660 root squid
913a1c4a 6 postrotate
7 # signal Squid to restart logging with the new files
87e10344 8 /usr/sbin/squid -k rotate
913a1c4a 9 endscript
2f81d113
ER
10 sharedscripts
11}
12
13/var/log/squid/[sc]*.log {
dc36353d 14 olddir /var/log/archive/squid
2f81d113
ER
15 compress
16 create 660 root squid
17 postrotate
18 # signal Squid to restart logging with the new files
19 /usr/sbin/squid -k rotate
20 endscript
21 sharedscripts
913a1c4a 22}
This page took 0.418393 seconds and 4 git commands to generate.