Bug#672580: ulimit not working for restarts

2012-05-12 Thread Daniel Roschka
Package: nginx Version: 1.1.19-1 The patch from #606094 does only set the ulimit for the start action, but not for restarts of nginx. The attached patch for /etc/init.d/nginx fixes the setting of the ulimit for restarts of nginx. --- nginx 2012-05-12 08:16:47.0 + +++

Bug#672580: ulimit not working for restarts

2012-05-12 Thread Kartik Mistry
On Sat, May 12, 2012 at 2:18 PM, Daniel Roschka danielrosc...@phoenitydawn.de wrote: The patch from #606094 does only set the ulimit for the start action, but not for restarts of nginx. The attached patch for /etc/init.d/nginx fixes the setting of the ulimit for restarts of nginx. Thanks a