]> git.pld-linux.org Git - packages/squid.git/blame - squid.logrotate
do not use builder's CPU instruction set, leads to SIGILL on older x86_64
[packages/squid.git] / squid.logrotate
CommitLineData
2f81d113 1/var/log/squid/access*.log {
3f820e53 2 su root squid
dc36353d 3 olddir /var/log/archive/squid
2f81d113 4# dateext
4fcb994a 5 compress
6dde8a27 6 create 660 root squid
913a1c4a 7 postrotate
8 # signal Squid to restart logging with the new files
87e10344 9 /usr/sbin/squid -k rotate
913a1c4a 10 endscript
2f81d113
ER
11 sharedscripts
12}
13
14/var/log/squid/[sc]*.log {
3f820e53 15 su root squid
dc36353d 16 olddir /var/log/archive/squid
2f81d113
ER
17 compress
18 create 660 root squid
19 postrotate
20 # signal Squid to restart logging with the new files
21 /usr/sbin/squid -k rotate
23d1109e 22# /bin/killall digest_pw_auth 2>/dev/null || :
2f81d113
ER
23 endscript
24 sharedscripts
913a1c4a 25}
This page took 0.180515 seconds and 4 git commands to generate.