display and/or create md5sum in user.md5 xattr
[cloudstore.git] / init.d / s1-stunnel-client
1 #!/bin/sh
2
3 . /srv/cloudstore/init.d/_start_stop
4 BACKGROUND=0
5
6 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"
7
8 _start_stop $*
9