OpenAppFilter/open-app-filter/files/appfilter.init
juno 30838ede59 add ubus interface
Signed-off-by: juno <cl@comfast.cn>
2020-11-17 22:10:56 -09:00

13 lines
160 B
Bash
Executable File

#!/bin/sh /etc/rc.common
START=96
start() {
gen_class.sh /etc/appfilter/feature.cfg
appfilter.sh
/usr/bin/appfilter &
}
stop() {
echo "stop appfilter"
}