2.0.2-2: libplist 2.3.0
[arch-packages.git] / nginx / trunk / logrotate
blobe0afbb92702173783fee63d0d85119786825ccb7
1 /var/log/nginx/*log {
2         missingok
3         notifempty
4         create 640 http log
5         sharedscripts
6         compress
7         postrotate
8                 test ! -r /run/nginx.pid || kill -USR1 `cat /run/nginx.pid`
9         endscript