Re: Nginx stop function in service file

2014-03-20 Thread B.R.
Thanks Igor for that clear and concise answer! --- *B. R.* ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Nginx stop function in service file

2014-03-20 Thread Igor Sysoev
On Mar 20, 2014, at 12:28 , B.R. wrote: > I am using the official Debian package (stable) and I noticed the service > file, in its do_stop() function, sends SIGTERM to the master process. > > However, the docs say SIGTERM (and SIGQUIT) sent to the master process > provokes a 'fast shutdown' whe

Nginx stop function in service file

2014-03-20 Thread B.R.
I am using the official Debian package (stable) and I noticed the service file, in its do_stop() function, sends SIGTERM to the master process. However, the docs say SIGTERM (and SIGQUIT) sent to the master process provokes a 'fast shutdown' whereas SIGQUIT would provoke a 'graceful shutdown'. Wh