#!/bin/sh
#set -x
exec 2>&1
export TERM=linux
MYTH_RUN_STATUS="1"
. /etc/rc.conf
. /etc/rc.d/functions
. /etc/profile
stat_runit "Starting supplemental web client"
cd /data/srv/httpd/cgi
exec chpst -u http  "./slaveserve.py" 2>/var/log/supplemental-slave.log
