#!/bin/ksh
#
# ogmaprotect-logd — router log viewer daemon (read-only /var/log tail)

daemon="/usr/local/sbin/ogmaprotect-logd"
# Daemons run in foreground; rc.subr must background them for rcctl.
rc_bg=YES

. /etc/rc.d/rc.subr

rc_cmd $1
