From 8ba3d8b19103743adc96c850d89fc8033801be02 Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Wed, 23 Sep 2015 10:00:35 +0000 Subject: [PATCH] teamplayer: send the correct signal to the uwsgi service The reason we had to put a timeout in was that we weren't sending the correct signal. This change fixes that. --- appliances/teamplayer/teamplayer-wsgi.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appliances/teamplayer/teamplayer-wsgi.service b/appliances/teamplayer/teamplayer-wsgi.service index f4fc734..713a2bc 100644 --- a/appliances/teamplayer/teamplayer-wsgi.service +++ b/appliances/teamplayer/teamplayer-wsgi.service @@ -16,7 +16,7 @@ ExecStart=/opt/teamplayer/bin/uwsgi --master -p 4 \ --chmod=660 -w project.wsgi --uid=teamplayer --gid=teamplayer \ --pidfile=TP_DB/teamplayer.pid PIDFile=TP_DB/teamplayer.pid -TimeoutStopSec=10 +KillSignal=SIGQUIT [Install] WantedBy=multi-user.target