Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
changeset 91:aacfdd48b76a
Use the QUIT signal to stop the daemon (which is an immediate kill)
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 16 Jun 2020 09:07:27 +0200 |
| parents | 3e92a10a2c96 |
| children | 5fe04368731a |
| files | uwsginl/files/uwsginl.in |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/uwsginl/files/uwsginl.in Mon Jun 15 12:34:20 2020 +0200 +++ b/uwsginl/files/uwsginl.in Tue Jun 16 09:07:27 2020 +0200 @@ -121,7 +121,7 @@ stop_postcmd=stop_postcmd reload_precmd=reload_precmd brutalreload_cmd=brutalreload_cmd -sig_stop="INT" +sig_stop="QUIT" extra_commands="reload brutalreload" procname=${uwsginl_procname}
