#!/bin/sh /etc/rc.common START=65 SERVICE_DAEMONIZE=1 start() { service_start /usr/bin/bluelog } stop() { service_stop /usr/bin/bluelog }