#!/bin/ksh
#
# $OpenBSD: agent $

daemon="/usr/local/bin/python2.7 /root/agent/agent.py"

. /etc/rc.d/rc.subr

rc_cmd $1
