#!/bin/ksh

daemon="/usr/local/sbin/kitd -n ${0##*/}"

. /etc/rc.d/rc.subr

pexp="kitd: ${0##*/}"

rc_cmd $1
