#!/bin/ksh

daemon="/usr/local/sbin/opendmarc"
daemon_flags="-c /etc/opendmarc.conf -u _opendmarc"

. /etc/rc.d/rc.subr

rc_reload=NO

rc_cmd $1
