From 018cc8a59f76c6e4b0202f21734b571fd57ff56e Mon Sep 17 00:00:00 2001 From: root Date: Thu, 1 Dec 2011 00:58:01 +0100 Subject: [PATCH] stunnel client on rsync://localhost:12345/ for testing --- init.d/s1-stunnel-client | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 init.d/s1-stunnel-client 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 $* + -- 2.20.1