| [uwsgi] | |
| plugins=/opt/mozdef/envs/python/bin/python | |
| chdir = /opt/mozdef/envs/mozdef/rest/ | |
| uid = mozdef | |
| processes = 1 | |
| log-syslog = restapi-worker | |
| log-drain = generated 0 bytes | |
| socket = /opt/mozdef/envs/mozdef/rest/restapi.socket | |
| wsgi-file = /opt/mozdef/envs/mozdef/rest/index.py | |
| virtualenv = /opt/mozdef/envs/python/ | |
| procname-master = [m] | |
| procname-prefix = [restapi] | |
| master-fifo = /opt/mozdef/envs/mozdef/rest/restapi.fifo | |
| pyargv= -c /opt/mozdef/envs/mozdef/rest/index.conf | |
| never-swap | |
| pidfile= /var/run/mozdef-rest/restapi.pid | |
| vacuum = true | |