#!/bin/sh

# PROVIDE: htshd
# REQUIRE: DAEMON
# BEFORE:  LOGIN

. /etc/rc.subr

name="htshd"
rcvar=`set_rcvar`
load_rc_config $name

htshd_enable=${htshd_enable:-"NO"}

command="/usr/local/sbin/htshd"
required_files="/usr/local/etc/wapsh/htshd.conf"

run_rc_command "$1"
