From 30f1e63a6cb30eccaec12270bd66a5927a58fc36 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Tue, 20 Dec 2016 04:14:05 -0500 Subject: [PATCH] Add PIDFile for uWSGI. --- config/uwsgi.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/config/uwsgi.ini b/config/uwsgi.ini index beb48c6..9066494 100644 --- a/config/uwsgi.ini +++ b/config/uwsgi.ini @@ -3,6 +3,7 @@ socket = 127.0.0.1:9001 wsgi-file = app.py callable = app virtualenv = venv +safe-pidfile = /run/calefaction.pid processes = 1 threads = 4