#!/bin/ksh
#
# $OpenBSD: opendmarc.rc,v 1.1.1.1 2019/05/24 11:35:02 sthen Exp $

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

. /etc/rc.d/rc.subr

rc_reload=NO

rc_cmd $1
