#!/bin/bash

PROGRAM=/usr/bin/bnbt
RUNLEVEL=3
NEEDS="+network +remote_fs"

. /etc/init.d/smgl_init

start() {
	loadproc bnbt
}

stop() {
	stopproc bnbt
}

status() {
	statusproc bnbt
}
