#!/bin/ksh

daemon="/usr/local/bin/tor"
daemon_timeout=60

. /etc/rc.d/rc.subr

rc_stop_signal=INT

rc_cmd $1
