i3control/backend/wsgi.ini

13 lines
158 B
INI
Raw Permalink Normal View History

2018-03-21 02:28:28 +01:00
[uwsgi]
plugins = python
module = wsgi:app
2018-04-10 14:38:23 +02:00
socket = /srv/http/i3control.sock
chmod-socket = 666
2018-03-21 02:28:28 +01:00
master = true
threads = 2
vacuum = true
die-on-term = true