ports/mail/grommunio/gromox/pkg/gromox_http.rc

15 lines
187 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
#!/bin/ksh
daemon="${TRUEPREFIX}/libexec/gromox/http"
daemon_logger="mail.info"
. /etc/rc.d/rc.subr
rc_bg=YES
rc_pre() {
install -d -o _gromox -g _gromox /var/db/gromox
}
rc_cmd $1