#!/bin/ksh

daemon="/usr/local/bin/exim -bd"
daemon_flags="-q30m"

. /etc/rc.d/rc.subr

rc_cmd $1
