#!/bin/ksh
#
# $OpenBSD: nrpe.rc,v 1.4 2018/01/11 19:27:06 rpe Exp $

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

. /etc/rc.d/rc.subr

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

rc_cmd $1
