repo.or.cz
/
buildroot-gz.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sysklogd: fix build on musl
[buildroot-gz.git]
/
package
/
nginx
/
nginx.logrotate
blob
e0fa9ec4cefd9e43713851196eb82657cb546553
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
9
}