#!/bin/sh
echo $$ > /var/run/thttpd_wrapper.pid
while true ; do
	/usr/local/sbin/thttpd -D -C /usr/local/etc/thttpd.conf
	sleep 10
done
