init script cleanup, use /etc/rc.d/ for enabled scripts, /etc/init.d/<pkgname> (enabl...
[openwrt/staging/yousong.git] / package / qos-scripts / files / etc / init.d / qos
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org
3
4 START=50
5
6 boot() {
7 /usr/lib/qos.sh firewall | sh
8 }
9
10 start() {
11 qos-start
12 }
13
14 stop() {
15 qos-stop
16 }