#!/bin/ksh

daemon="/usr/local/bin/dendrite-monolith-server"
daemon_user="_dendrite"
daemon_flags="-config /etc/dendrite.yaml -http-bind-address 127.0.0.1:8011"

. /etc/rc.d/rc.subr

rc_bg=YES
rc_reload=NO

rc_cmd $1
