1
0
mirror of https://github.com/moparisthebest/arch-ppa synced 2024-08-13 15:43:47 -04:00
arch-ppa/src/nginx-mainline-rtmp/logrotate

11 lines
178 B
Plaintext
Raw Normal View History

2016-12-22 19:07:59 -05:00
/var/log/nginx/*log {
missingok
notifempty
create 640 http log
sharedscripts
compress
postrotate
2017-10-24 19:41:50 -04:00
test ! -r /run/nginx.pid || kill -USR1 `cat /run/nginx.pid`
2016-12-22 19:07:59 -05:00
endscript
}