mirror of
https://gitee.com/openharmony/third_party_nghttp2
synced 2025-01-31 13:32:35 +00:00
nghttpx-logrotate: Don't use killall since we have multiple processes
This commit is contained in:
parent
389a96483a
commit
3d5493c3f1
@ -6,6 +6,6 @@
|
||||
delaycompress
|
||||
notifempty
|
||||
postrotate
|
||||
killall -USR1 nghttpx 2> /dev/null || true
|
||||
[ -s /var/run/nghttpx.pid ] && kill -USR1 `cat /var/run/nghttpx.pid` 2> /dev/null || true
|
||||
endscript
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user