#!/bin/sh

id
groups

supervisord -n -c /etc/supervisord.conf &
nginx -g 'daemon off;' &

wait