#!/bin/sh
# PROVIDE: SERVERS
# REQUIRE: DAEMON

. /etc/rc.subr

name=servers
start_cmd=:
stop_cmd=:

run_rc_command "$1"
