packages/net/netperf/files/netserver.init

11 lines
122 B
Plaintext
Raw Normal View History

#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
start() {
/usr/bin/netserver
}
stop() {
killall netserver
}