#!/bin/sh

set -e

install -d -m0710 -o root -g _apache /var/run/httpd

exec httpd -DNO_DETACH
