openwrtv3/package/qos-scripts/files/etc/init.d/qos
2007-04-06 16:59:56 +00:00

16 lines
166 B
Bash
Executable file

#!/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
}