#!/bin/sh echo "Starting HTTPD" if [ -f /persistent/etc/httpd.conf ]; then /usr/sbin/httpd -c /etc/httpd.conf -h /var/www/htdocs & fi