Root/package/network/config/qos-scripts/files/etc/init.d/qos

1#!/bin/sh /etc/rc.common
2# Copyright (C) 2006 OpenWrt.org
3
4START=50
5
6boot() {
7    /usr/lib/qos/generate.sh firewall | sh
8}
9
10start() {
11    qos-start
12}
13
14stop() {
15    qos-stop
16}
17

Archive Download this file



interactive