1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-15 21:08:04 +03:00
openwrt-xburst/package/qos-scripts/files/etc/init.d/qos

17 lines
166 B
Plaintext
Raw Normal View History

#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
START=50
boot() {
/usr/lib/qos/generate.sh firewall | sh
}
start() {
qos-start
}
stop() {
qos-stop
}