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:
parent
b3ff6f8e4a
commit
8ba3d8b191
|
@ -16,7 +16,7 @@ ExecStart=/opt/teamplayer/bin/uwsgi --master -p 4 \
|
||||||
--chmod=660 -w project.wsgi --uid=teamplayer --gid=teamplayer \
|
--chmod=660 -w project.wsgi --uid=teamplayer --gid=teamplayer \
|
||||||
--pidfile=TP_DB/teamplayer.pid
|
--pidfile=TP_DB/teamplayer.pid
|
||||||
PIDFile=TP_DB/teamplayer.pid
|
PIDFile=TP_DB/teamplayer.pid
|
||||||
TimeoutStopSec=10
|
KillSignal=SIGQUIT
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in New Issue