#!/bin/sh
exec 2>&1

set -e

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

exec httpd -DNO_DETACH
