#!/usr/bin/env bash <%= @virtualenv_dir %>/bin/gunicorn \ --workers <%= @gunicorn_workers %> \ --threads <%= @gunicorn_threads %> \ --config <%= @settings_file %> \ --bind <%= @gunicorn_bind %> \ puppetboard.app:app