net/lsm: add link state monitor package. (thank you Brian J. Murrell)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23326 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
12
net/lsm/files/lsm.init
Normal file
12
net/lsm/files/lsm.init
Normal file
@ -0,0 +1,12 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
# Copyright (C) 2006 OpenWrt.org
|
||||
START=50
|
||||
|
||||
start() {
|
||||
lsm /etc/lsm/lsm.conf
|
||||
}
|
||||
|
||||
stop() {
|
||||
killall lsm
|
||||
}
|
||||
|
Reference in New Issue
Block a user