wshaper: add init scripwshaper: add init scriptt
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10591 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f8174abc9d
commit
3a45652352
10
net/wshaper/files/wshaper.init
Normal file
10
net/wshaper/files/wshaper.init
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/sh /etc/rc.common
|
||||||
|
|
||||||
|
START=45
|
||||||
|
start() {
|
||||||
|
wshaper.htb
|
||||||
|
}
|
||||||
|
|
||||||
|
stop() {
|
||||||
|
wshaper.htb stop
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user