#!/bin/sh if [ -p /var/local/nginx/error.log ]; then exec nohup /usr/sbin/error-logger.sh < /var/local/nginx/error.log 2>&1 > /dev/null fi