From ade6dca8fd4619a2ba34a371e5e10686f15d516e Mon Sep 17 00:00:00 2001 From: Emory P Date: Sat, 14 Dec 2013 17:29:54 -0500 Subject: [PATCH] change uwsgi ini to daemonize on its own and log --- supysonic.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/supysonic.ini b/supysonic.ini index 3f91760..85bb53b 100755 --- a/supysonic.ini +++ b/supysonic.ini @@ -1,6 +1,7 @@ [uwsgi] socket = /tmp/supysonic.sock + pidfile = /tmp/supysonic.pid wsgi-file = main.wsgi master = true vacuum = true @@ -9,4 +10,4 @@ enable-threads = true processes = 8 harakiri = 60 - daemonize + daemonize = uwsgi.log