#!/bin/ksh

daemon="/usr/local/bin/sysop"
daemon_user=sysop
rc_bg=YES

. /etc/rc.d/rc.subr

rc_cmd $1
