packages/net/wshaper/files/wshaper.init
Jo-Philipp Wich 1fa58a1b1a wshaper: import from packages
Import the current wshaper package and add myself as maintainer.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-06-11 16:37:32 +02:00

10 lines
90 B
Bash

#!/bin/sh /etc/rc.common
START=45
start() {
wshaper.htb
}
stop() {
wshaper.htb stop
}