#!/bin/sh
#
# $OpenBSD: mcollectived.rc,v 1.2 2013/03/13 22:54:26 ajacoutot Exp $

daemon="/usr/local/sbin/mcollectived"

. /etc/rc.d/rc.subr

pexp="/usr/local/bin/ruby19 ${daemon}${daemon_flags:+ ${daemon_flags}}"
rc_reload=NO

rc_cmd $1
