#!/bin/sh
#
# $OpenBSD: nrpe.rc,v 1.3 2012/09/05 19:55:57 sthen Exp $

daemon="/usr/local/sbin/nrpe -d"

. /etc/rc.d/rc.subr

rc_pre() {
	install -o _nrpe -d /var/run/nrpe
}

rc_cmd $1
