#!/bin/ksh

daemon="/usr/local/bin/stayrtr"
daemon_user="_stayrtr"
daemon_logger="daemon.info"

. /etc/rc.d/rc.subr

rc_bg=YES

rc_cmd $1
