#!/bin/sh

/usr/sbin/lighttpd -f /etc/lighttpd.conf
exit $?
