#!/bin/sh /etc/rc.common # Copyright (C) 2006 OpenWrt.org START=95 start() { /usr/local/bin/linkled & echo -n } stop() { killall linkled }