Thanks Igor for that clear and concise answer!
---
*B. R.*
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
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
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