#!/bin/sh ulimit -n <%= node['nginx']['ulimit'] %> exec 2>&1 exec <%= node['nginx']['src_binary'] %> -c <%= node['nginx']['dir'] %>/nginx.conf