upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / ziproxy / trunk / ziproxy.logrotate
blob7cadf5e716bda0e96d4665d99a3b753475da4508
1 /var/log/ziproxy/access.log {
2         su root proxy
3         weekly
4         missingok
5         rotate 10
6         compress
7         delaycompress
8         ifempty
9         nomail
10         postrotate
11                 killall -HUP ziproxy 1>/dev/null 2>/dev/null || true
12         endscript