#!/bin/bash
mkdir logs
exec gunicorn --log-file=logs/saltobserver_gunicorn.log -k flask_sockets.worker $@ saltobserver:app
