1#!/bin/sh /etc/rc.common 2 3START=96 4start() { 5 gen_class.sh /etc/appfilter/feature.cfg 6 appfilter.sh 7} 8 9stop() { 10 echo "stop appfilter" 11} 12