forked from pool/squid
631c738b0a
1 OBS-URL: https://build.opensuse.org/request/show/310389 OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=78
16 lines
352 B
Plaintext
16 lines
352 B
Plaintext
/var/log/squid/access.log /var/log/squid/store.log /var/log/squid/cache.log {
|
|
su squid squid
|
|
compress
|
|
dateext
|
|
maxage 365
|
|
rotate 99
|
|
size=+4096k
|
|
notifempty
|
|
missingok
|
|
create 640 squid squid
|
|
sharedscripts
|
|
postrotate
|
|
/usr/bin/systemctl -q is-active squid.service && /usr/sbin/squid -k rotate
|
|
endscript
|
|
}
|