#!/bin/ksh
#
# $OpenBSD: filebeat.rc,v 1.5 2018/01/11 19:27:09 rpe Exp $

daemon="/usr/local/bin/filebeat"
daemon_flags="-path.config /etc/filebeat"

. /etc/rc.d/rc.subr

rc_bg=YES
rc_reload=NO

rc_cmd $1
