sysklogd: fix build on musl
[buildroot-gz.git] / package / nginx / nginx.logrotate
blobe0fa9ec4cefd9e43713851196eb82657cb546553
1 /var/log/nginx/*log {
2         missingok
3         create 640 http log
4         sharedscripts
5         compress
6         postrotate
7                 test ! -r /var/run/nginx.pid || kill -USR1 `cat /var/run/nginx.pid`
8         endscript