#!/usr/bin/env bash service php5-fpm start /bin/bash -c 'while true; do echo hello world > /dev/null; sleep 1; done'