carton exec starman \
  --port 3000 \
  --host 0.0.0.0 \
  --workers 10 \
  -R ./lib/ -R ./templates -R ./bin/ \
  bin/app.pl
