aredn/files/etc/init.d/linkled

14 lines
148 B
Bash
Executable File

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