#! /bin/bash echo 'Starting nginx' /usr/sbin/nginx -c /conf/nginx/nginx.conf echo 'Nginx exited'