libs/web: fix some missing escapes in iface and netlist widgets
[project/luci.git] / modules / admin-full / root / etc / init.d / luci_bwc
1 #!/bin/sh /etc/rc.common
2
3 START=95
4 STOP=95
5
6 BWC=/usr/bin/luci-bwc
7
8 start() {
9         $BWC -d
10 }
11
12 stop() {
13         killall ${BWC##*/}
14 }