e9d31622044288273924f294f209f68bfa33f4fe
[openwrt/svn-archive/archive.git] / net / lsm / files / lsm.init
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org
3 START=50
4
5 start() {
6 lsm /etc/lsm/lsm.conf
7 }
8
9 stop() {
10 killall lsm
11 }
12