turn into server
authorroot <root@rsync1.maxxo.com>
Wed, 30 Nov 2011 23:55:56 +0000 (00:55 +0100)
committerroot <root@rsync1.maxxo.com>
Wed, 30 Nov 2011 23:55:56 +0000 (00:55 +0100)
init.d/s1-stunnel

index 4000710..20f4813 100755 (executable)
@@ -4,7 +4,7 @@
 BACKGROUND=0
 
 NAME=s1-stunnel
-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"
+DAEMON="/usr/bin/stunnel -d 213.186.16.27:443 -r 6501 -P /tmp/$NAME.pid -o /tmp/$NAME.log -p /etc/ssl/rsync1.maxxo.com.pem"
 
 _start_stop $*