#!/bin/sh
#
# $OpenBSD: postgrey.rc,v 1.3 2015/07/15 17:38:05 ajacoutot Exp $

daemon="/usr/local/libexec/postgrey -d"
daemon_flags="--inet=10023"

. /etc/rc.d/rc.subr

pexp="perl: ${daemon}${daemon_flags:+ ${daemon_flags}}"

rc_cmd $1
