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.
This commit is contained in:
Albert Hopkins 2015-09-23 10:00:35 +00:00
parent b3ff6f8e4a
commit 8ba3d8b191
1 changed files with 1 additions and 1 deletions

View File

@ -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