#!/bin/ksh
#
# ogmaprotect-sysd — system control (reboot / service / identity / update) daemon

daemon="/usr/local/sbin/ogmaprotect-sysd"
rc_bg=YES

. /etc/rc.d/rc.subr

rc_cmd $1
