#!/bin/sh echo "[ INFO ] Starting PHP Service" rc-service php-fpm7 start echo "[ INFO ] Starting nginx" nginx -g "pid /tmp/nginx.pid; daemon off;" # Foreground