#!/bin/sh /etc/rc.common

START=65

SERVICE_DAEMONIZE=1

start() {
	service_start /usr/bin/boblightd
}

stop() {
	service_stop /usr/bin/boblightd
}