#!/bin/sh # stop on error set -e # start cron daemon (goes into background) crond # pull and build freshly /aux/pull-n-build.sh # run nginx nginx -g "daemon off;"