#!/usr/bin/env bash
set -e

# Wait for PID file to exist.
while ! test -f /tmp/nginx/nginx.pid; do sleep 1; done
