#!/bin/sh [ -d /var/www ] || ln -s /persistent/var/www /var/www echo "Starting HTTPD" httpd -c /etc/httpd.conf -h /var/www/htdocs