start/stop stunnel
[cloudstore.git] / init.d / s1-stunnel
1 #!/bin/sh
2
3 . /srv/cloudstore/init.d/_start_stop
4 BACKGROUND=0
5
6 NAME=s1-stunnel
7 DAEMON="/usr/bin/stunnel -c -d 213.186.16.27:443 -r 127.0.0.1:6501 -P /tmp/$NAME.pid -o /tmp/$NAME.log"
8
9 _start_stop $*
10