File uwsgi.ini of Package helios-server
[uwsgi] module = wsgi:application plugin = python3, systemd_logger chdir = @SITEDIR@ uid = helios gid = helios chmod-socket = 666 master = true processes = 2 socket = @WSGI_DIR@/tmp/sockets/helios.sock vacuum = true logger = systemd die-on-term = true