updated on Wed Jan 25 00:20:47 UTC 2012
[aur-mirror.git] / ziproxy / 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