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
|
delaycompress
|
||||||
notifempty
|
notifempty
|
||||||
postrotate
|
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
|
endscript
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue