openwrtv3/package/qos-scripts/files/etc/init.d/S50qos
2016-03-20 17:29:15 +01:00

18 lines
194 B
Bash
Executable file

#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
boot() {
/usr/lib/qos.sh firewall | sh
}
start() {
# FIXME: after init script migration
# qos-start
#
boot
}
stop() {
qos-stop
}