13 lines
160 B
Bash
Executable File
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"
|
|
}
|