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…
Reference in New Issue