From 1ec3aa974e2896325c84717df7828bdd627b091d Mon Sep 17 00:00:00 2001 From: floh1111 Date: Mon, 23 May 2011 10:19:18 +0000 Subject: [PATCH] Disable QOS (must be manually enabled) --- root_file_system/default/etc/rc.local | 3 +++ 1 file changed, 3 insertions(+) diff --git a/root_file_system/default/etc/rc.local b/root_file_system/default/etc/rc.local index 6edd0179..c9518c95 100755 --- a/root_file_system/default/etc/rc.local +++ b/root_file_system/default/etc/rc.local @@ -15,4 +15,7 @@ chown root.root /etc/crontabs/root sh /etc/firewall.user +/etc/init.d/qos disable +/etc/init.d/qos stop + exit 0