From: root Date: Wed, 30 Nov 2011 23:58:01 +0000 (+0100) Subject: stunnel client on rsync://localhost:12345/ for testing X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;ds=sidebyside;h=018cc8a59f76c6e4b0202f21734b571fd57ff56e;p=cloudstore.git stunnel client on localhost:12345/ for testing --- diff --git a/init.d/s1-stunnel-client b/init.d/s1-stunnel-client new file mode 100755 index 0000000..ff6eef7 --- /dev/null +++ b/init.d/s1-stunnel-client @@ -0,0 +1,10 @@ +#!/bin/sh + +. /srv/cloudstore/init.d/_start_stop +BACKGROUND=0 + +NAME=s1-stunnel-client +DAEMON="/usr/bin/stunnel -c -d localhost:12345 -r 213.186.16.27:443 -P /tmp/$NAME.pid -o /tmp/$NAME.log -p /etc/ssl/rsync1.maxxo.com.pem" + +_start_stop $* +