projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
87e18fb28dc25cf9d33227ae5ab6d4fe2aa9d794
[openwrt.git]
/
package
/
qos-scripts
/
files
/
etc
/
init.d
/
S50qos
1
#!/bin/sh /etc/rc.common
2
# Copyright (C) 2006 OpenWrt.org
3
4
boot
() {
5
/
usr
/
lib
/
qos.sh firewall | sh
6
}
7
8
start
() {
9
# FIXME: after init script migration
10
# qos-start
11
#
12
13
boot
14
}
15
16
stop
() {
17
qos-stop
18
}
This page took
0.039721 seconds
and
3
git commands to generate.