summaryrefslogtreecommitdiffstats
path: root/main/iproute2-qos/qos.initd
diff options
context:
space:
mode:
Diffstat (limited to 'main/iproute2-qos/qos.initd')
-rw-r--r--main/iproute2-qos/qos.initd3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/iproute2-qos/qos.initd b/main/iproute2-qos/qos.initd
index 825ef07c..b2d33f04 100644
--- a/main/iproute2-qos/qos.initd
+++ b/main/iproute2-qos/qos.initd
@@ -20,6 +20,7 @@ opts="describe compile"
depend()
{
need net
+ after firewall
}
###########################################################################################################
@@ -445,4 +446,4 @@ describe()
checkconfig || return 1
get_stats
-} \ No newline at end of file
+}