postgrey.rc 239 B

12345678910111213
  1. #!/bin/sh
  2. #
  3. # $OpenBSD: postgrey.rc,v 1.3 2015/07/15 17:38:05 ajacoutot Exp $
  4. daemon="${TRUEPREFIX}/libexec/postgrey -d"
  5. daemon_flags="--inet=10023"
  6. . /etc/rc.d/rc.subr
  7. pexp="perl: ${daemon}${daemon_flags:+ ${daemon_flags}}"
  8. rc_cmd $1