#!/bin/ksh

daemon="/usr/local/bin/mattermost"
daemon_user="_mattermost"

. /etc/rc.d/rc.subr

rc_bg=YES
rc_reload=NO

rc_cmd $1
