From 2611211bc1d8e76e1e176967fdc2ede2e912c76b Mon Sep 17 00:00:00 2001 From: RogerWork Date: Mon, 19 Feb 2024 10:46:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95=20eventlet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gunicorn.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gunicorn.service b/gunicorn.service index 0ae9d16..ec48852 100644 --- a/gunicorn.service +++ b/gunicorn.service @@ -10,7 +10,7 @@ Group=root RuntimeDirectory=gunicorn WorkingDirectory=/code/dingxin_toolbox_drf -ExecStart=/code/dingxin-server/bin/gunicorn -c /code/dingxin_toolbox_drf/gunicorn_config.py -k uvicorn.workers.UvicornWorker dingxin_toolbox_drf.asgi:application +ExecStart=/code/dingxin-server/bin/gunicorn -c /code/dingxin_toolbox_drf/gunicorn_config.py ExecReload=/bin/kill -s hup $mainpid ExecStop=/bin/kill -s quit $mainpid PrivateTmp=true