UCIfied Polipo (patch by "SnapShot_")
[openwrt/svn-archive/archive.git] / net / srelay / files / srelay.init
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org
3 START=50
4
5 start() {
6 if [ -f /etc/srelay.conf ];then
7 srelay -c /etc/srelay.conf -r -s
8 fi
9 }
10
11 stop() {
12 killall srelay
13 }