port lots of init scripts over to rc.common (more to come)
[packages.git] / net / netperf / files / netserver.init
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org
3
4 start() {
5         /usr/bin/netserver
6 }
7
8 stop() {
9         killall netserver
10 }