aredn/files/etc/init.d/linkled

14 lines
147 B
Plaintext
Raw Normal View History

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