[packages_10.03.2] radsecproxy: merge r29052, r29199, r29503
[openwrt/svn-archive/archive.git] / net / radsecproxy / files / radsecproxy.init
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006-2011 OpenWrt.org
3
4 START=50
5
6 start() {
7 service_start /usr/sbin/radsecproxy
8 }
9
10 stop() {
11 service_stop /usr/sbin/radsecproxy
12 }