nghttpx-logrotate: Don't use killall since we have multiple processes

This commit is contained in:
Tatsuhiro Tsujikawa 2015-09-24 23:35:50 +09:00
parent 389a96483a
commit 3d5493c3f1
1 changed files with 1 additions and 1 deletions

View File

@ -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
}