#!/bin/sh
exec 2>&1
export TERM=linux
. /etc/rc.conf
. /etc/rc.d/functions
stat_runit "Starting shellinabox"

exec chpst -umythtv shellinaboxd -c /etc/lighttpd/ --no-beep
