#!/bin/ksh

daemon="/usr/local/bin/wesnothd"
daemon_flags="-d"
daemon_user="_wesnothd"

. /etc/rc.d/rc.subr

rc_cmd $1
