ports/mail/postgrey/pkg/postgrey.rc

11 lines
178 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
#!/bin/ksh
daemon="${TRUEPREFIX}/libexec/postgrey -d"
daemon_flags="--inet=10023"
. /etc/rc.d/rc.subr
pexp="perl: .*postgrey -d${daemon_flags:+ ${daemon_flags}}.*"
rc_cmd $1