#!/bin/sh

set -ue

export PATH="/sbin:/usr/sbin:$PATH"

lighttpd -tt -f /etc/lighttpd/lighttpd.conf
