packages/net/lsm/files/lsm.init
acoul 9d92247f50 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
2010-10-08 15:23:33 +00:00

13 lines
129 B
Bash

#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
START=50
start() {
lsm /etc/lsm/lsm.conf
}
stop() {
killall lsm
}