#!/usr/bin/env ash
id -u worker &>/dev/null || adduser -D worker
supervisord -c /etc/supervisor/supervisord.conf
