#!/bin/ksh

daemon="/usr/local/sbin/opendkim"
daemon_flags="-x /etc/opendkim.conf -u _opendkim"

. /etc/rc.d/rc.subr

rc_reload=NO

rc_cmd $1
