#!/bin/sh /etc/rc.common # Copyright (C) 2008 OpenWrt.org START=95 start() { /usr/sbin/bemusedlinuxserver -d } stop() { killall bemusedlinuxserver }