#!/bin/sh

export CONFIG_FILE=${1:-"conf.yml"}

starman --listen :5000 --daemonize --pid pid --error-log errors --access-log access
