mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-14 22:22:18 +00:00
change uwsgi ini to daemonize on its own and log
This commit is contained in:
parent
99745f4624
commit
ade6dca8fd
@ -1,6 +1,7 @@
|
|||||||
[uwsgi]
|
[uwsgi]
|
||||||
|
|
||||||
socket = /tmp/supysonic.sock
|
socket = /tmp/supysonic.sock
|
||||||
|
pidfile = /tmp/supysonic.pid
|
||||||
wsgi-file = main.wsgi
|
wsgi-file = main.wsgi
|
||||||
master = true
|
master = true
|
||||||
vacuum = true
|
vacuum = true
|
||||||
@ -9,4 +10,4 @@
|
|||||||
enable-threads = true
|
enable-threads = true
|
||||||
processes = 8
|
processes = 8
|
||||||
harakiri = 60
|
harakiri = 60
|
||||||
daemonize
|
daemonize = uwsgi.log
|
||||||
|
Loading…
Reference in New Issue
Block a user